<?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: mx:HTTPService calls are cached in IE 6 unnecessary</title>
	<atom:link href="http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/</link>
	<description>it's RIA, not Rio</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-64911</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Wed, 19 Jan 2011 13:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-64911</guid>
		<description>[New Post] mx:HTTPService calls are cached in IE 6 unnecessary - via #twitoaster http://www.jabbypanda.com/blog/2006/11/m...</description>
		<content:encoded><![CDATA[<p>[New Post] mx:HTTPService calls are cached in IE 6 unnecessary &#8211; via #twitoaster <a href="http://www.jabbypanda.com/blog/2006/11/m.." rel="nofollow">http://www.jabbypanda.com/blog/2006/11/m..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-61120</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-61120</guid>
		<description>I used the date milisecond, which will always give me the new val and solved my problem!

Thanks,
Nilesh</description>
		<content:encoded><![CDATA[<p>I used the date milisecond, which will always give me the new val and solved my problem!</p>
<p>Thanks,<br />
Nilesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.panas</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-55785</link>
		<dc:creator>a.panas</dc:creator>
		<pubDate>Sat, 03 Oct 2009 09:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-55785</guid>
		<description>Hi Shrikant,

Yes my suggestion holds true also for fetching remote resources over HTTP by usong  URLStream class</description>
		<content:encoded><![CDATA[<p>Hi Shrikant,</p>
<p>Yes my suggestion holds true also for fetching remote resources over HTTP by usong  URLStream class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shrikant</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-55730</link>
		<dc:creator>shrikant</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-55730</guid>
		<description>hi
i am getting the same error in IE as well as Firefox. I am using URLStream to load a page from a server. I get the first response just fine but in the second response i get the stream error mentioned in the post. Also i m coding in AS3, does the suggestion still hold in my case? And I am not sure if I randomize the url, i will need to make changes on server side too ?

I wasnt getting this error earlier, It used to work fine. 
Please shower your useful comments.
Thanks</description>
		<content:encoded><![CDATA[<p>hi<br />
i am getting the same error in IE as well as Firefox. I am using URLStream to load a page from a server. I get the first response just fine but in the second response i get the stream error mentioned in the post. Also i m coding in AS3, does the suggestion still hold in my case? And I am not sure if I randomize the url, i will need to make changes on server side too ?</p>
<p>I wasnt getting this error earlier, It used to work fine.<br />
Please shower your useful comments.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reece</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-54073</link>
		<dc:creator>Reece</dc:creator>
		<pubDate>Mon, 03 Aug 2009 06:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-54073</guid>
		<description>Ant the way to get milliseconds is 

Date().valueOf();</description>
		<content:encoded><![CDATA[<p>Ant the way to get milliseconds is </p>
<p>Date().valueOf();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reece</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-54072</link>
		<dc:creator>Reece</dc:creator>
		<pubDate>Mon, 03 Aug 2009 06:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-54072</guid>
		<description>I would use Date() .toMiliseconds as suggested by levan. 

There is a remote possibility that you may generate the same value twice with random (particularly if triggered at a regular interval). At least with Date() .toMiliseconds you can be absolutely certain then that the variable is a unique value.</description>
		<content:encoded><![CDATA[<p>I would use Date() .toMiliseconds as suggested by levan. </p>
<p>There is a remote possibility that you may generate the same value twice with random (particularly if triggered at a regular interval). At least with Date() .toMiliseconds you can be absolutely certain then that the variable is a unique value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arunkumar</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-52835</link>
		<dc:creator>arunkumar</dc:creator>
		<pubDate>Sat, 11 Jul 2009 12:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-52835</guid>
		<description>really great tip!! it works fine ...</description>
		<content:encoded><![CDATA[<p>really great tip!! it works fine &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Plack</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-42266</link>
		<dc:creator>T Plack</dc:creator>
		<pubDate>Fri, 19 Dec 2008 22:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-42266</guid>
		<description>Turns out that the PHP session_start() sets the &quot;no-cache&quot; as well.  Had to remove this for it to work.</description>
		<content:encoded><![CDATA[<p>Turns out that the PHP session_start() sets the &#8220;no-cache&#8221; as well.  Had to remove this for it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Action Script Error Repository &#187; Blog Archive &#187; 2032 Stream Error.</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-29658</link>
		<dc:creator>Action Script Error Repository &#187; Blog Archive &#187; 2032 Stream Error.</dc:creator>
		<pubDate>Sat, 28 Jun 2008 13:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-29658</guid>
		<description>[...] cause for this error in certain browsers is caching. Use JabbyPanda&#8217;s technique to prevent caching in IE6 or set the response headers in your server side page to prevent [...]</description>
		<content:encoded><![CDATA[<p>[...] cause for this error in certain browsers is caching. Use JabbyPanda&#8217;s technique to prevent caching in IE6 or set the response headers in your server side page to prevent [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: levan</title>
		<link>http://www.jabbypanda.com/blog/2006/11/mxhttpservice-calls-are-cached-in-ie-6-unnecessary/comment-page-1/#comment-7324</link>
		<dc:creator>levan</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jabbypanda.com/blog/?p=16#comment-7324</guid>
		<description>you don&#039;t need random at all just new Date()  .toMiliseconds that it.</description>
		<content:encoded><![CDATA[<p>you don&#8217;t need random at all just new Date()  .toMiliseconds that it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

