<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cache-Control and AJAX</title>
	<atom:link href="http://jonraasch.com/blog/cache-control-and-ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://jonraasch.com/blog/cache-control-and-ajax</link>
	<description>Web development and design blog from Portland based developer Jon Raasch</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:07:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John Mills</title>
		<link>http://jonraasch.com/blog/cache-control-and-ajax/comment-page-1#comment-19</link>
		<dc:creator>John Mills</dc:creator>
		<pubDate>Thu, 15 May 2008 18:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/cache-control-and-ajax#comment-19</guid>
		<description>John, 

I tried that method but for some reason, it still wouldnt work.  Some strange versions on IE would still hold onto the cache.  Here&#039;s an exerpt from my post (http://www.designmills.com/2008/03/21/ajax-and-ie-7-cache-not-invalidating/):


response.setDateHeader( &quot;Expires&quot;, -1 );
response.setHeader( &quot;Cache-Control&quot;, &quot;private&quot; );
response.setHeader( &quot;Last-Modified&quot;, new Date().toString() );
response.setHeader( &quot;Pragma&quot;, &quot;no-cache&quot; );
response.setHeader( &quot;Cache-Control&quot;, &quot;no-store, no-cache, must-revalidate&quot; );</description>
		<content:encoded><![CDATA[<p>John, </p>
<p>I tried that method but for some reason, it still wouldnt work.  Some strange versions on IE would still hold onto the cache.  Here&#8217;s an exerpt from my post (<a href="http://www.designmills.com/2008/03/21/ajax-and-ie-7-cache-not-invalidating/" rel="nofollow">http://www.designmills.com/2008/03/21/ajax-and-ie-7-cache-not-invalidating/</a>):</p>
<p>response.setDateHeader( &#8220;Expires&#8221;, -1 );<br />
response.setHeader( &#8220;Cache-Control&#8221;, &#8220;private&#8221; );<br />
response.setHeader( &#8220;Last-Modified&#8221;, new Date().toString() );<br />
response.setHeader( &#8220;Pragma&#8221;, &#8220;no-cache&#8221; );<br />
response.setHeader( &#8220;Cache-Control&#8221;, &#8220;no-store, no-cache, must-revalidate&#8221; );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
