<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Milonic: JavaScript &#38; DHTML Systems &#187; meta</title>
	<atom:link href="http://www.milonic.com/blog/tag/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milonic.com/blog</link>
	<description>A weblog for Milonic Solutions, product updates and other company information</description>
	<lastBuildDate>Thu, 26 Jun 2008 10:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Page Caching Problem</title>
		<link>http://www.milonic.com/blog/pragma-cache-problem-2008-06-26/</link>
		<comments>http://www.milonic.com/blog/pragma-cache-problem-2008-06-26/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 10:52:25 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[DHTML Menu]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.milonic.com/blog/pragma-cache-problem-2008-06-26/</guid>
		<description><![CDATA[Had a user today complain about a custom menu not displaying correctly when a page had been redrawn. He said he added Pragma=no-cache, Expires=-1 and Cache-Control=no-cache META tags but it still wouldn&#8217;t refresh the page unless the user hit F5.  Anyway, &#8230; <a href="http://www.milonic.com/blog/pragma-cache-problem-2008-06-26/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Had a user today complain about a custom menu not displaying correctly when a page had been redrawn. He said he added Pragma=no-cache, Expires=-1 and Cache-Control=no-cache META tags but it still wouldn&#8217;t refresh the page unless the user hit F5.</p>
<p> Anyway, the problem turned out to be bad ending HTML tags, seems you need to ensure that you add <strong>/&gt;</strong> to your meta tags otherwise they get ignored and the page content will not be refreshed.</p>
<p>Here&#8217;s a sample of how the meta tags should look:</p>
<p><strong>&lt;META http-equiv=&#8221;Pragma&#8221; content=&#8221;no-cache&#8221;/&gt;<br />
&lt;META HTTP-EQUIV=&#8221;Expires&#8221; CONTENT=&#8221;-1&#8243;/&gt;<br />
&lt;META HTTP-EQUIV=&#8221;Cache-Control&#8221; CONTENT=&#8221;no-cache&#8221;/&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.milonic.com/blog/pragma-cache-problem-2008-06-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

