<?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>Комментарии на: Борьба с cache Flash&#8217;a в Internet Explorer</title>
	<atom:link href="http://xo66ut.ru/archives/437/feed" rel="self" type="application/rss+xml" />
	<link>http://xo66ut.ru/archives/437</link>
	<description>PHP, MySQL, Javascript, JQuery, ExtJS, UML, и другие интернетости...…</description>
	<lastBuildDate>Mon, 02 Apr 2012 06:12:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>От: Madjahet</title>
		<link>http://xo66ut.ru/archives/437/comment-page-1#comment-972</link>
		<dc:creator>Madjahet</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://xo66ut.ru/?p=437#comment-972</guid>
		<description>header(&quot;Expires: Mon, 26 Jul 1997 05:00:00 GMT&quot;); // disable IE caching
 header(&quot;Last-Modified: &quot; . gmdate( &quot;D, d M Y H:i:s&quot;) . &quot; GMT&quot;);
 header(&quot;Cache-Control: no-store, no-cache, must-revalidate&quot;); // HTTP/1.1
 header(&quot;Pragma: no-cache&quot;); // HTTP/1.0

Зачем так много текста? Достаточно всего одной строчки:
header(&quot;Cache-Control: no-store, no-cache, must-revalidate&quot;);</description>
		<content:encoded><![CDATA[<p>header(&#8220;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#8221;); // disable IE caching<br />
 header(&#8220;Last-Modified: &#8221; . gmdate( &#8220;D, d M Y H:i:s&#8221;) . &#8221; GMT&#8221;);<br />
 header(&#8220;Cache-Control: no-store, no-cache, must-revalidate&#8221;); // HTTP/1.1<br />
 header(&#8220;Pragma: no-cache&#8221;); // HTTP/1.0</p>
<p>Зачем так много текста? Достаточно всего одной строчки:<br />
header(&#8220;Cache-Control: no-store, no-cache, must-revalidate&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Xo66uT</title>
		<link>http://xo66ut.ru/archives/437/comment-page-1#comment-665</link>
		<dc:creator>Xo66uT</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://xo66ut.ru/?p=437#comment-665</guid>
		<description>В вашем коде я вижу только 1 заголовок, а зачем вы трогаете буфер вывода ? Просто поставьте все заголовки из примера, и кеша не будет. Какая версия IE, не 9я ? В ней не тестировал во всех остальных не кешируется.
Можно проверить посылаются ли правильные заголовки установив какой-нибудь прокси пакетов.
А про добавления уникального параметра в самом flash не забыли ?</description>
		<content:encoded><![CDATA[<p>В вашем коде я вижу только 1 заголовок, а зачем вы трогаете буфер вывода ? Просто поставьте все заголовки из примера, и кеша не будет. Какая версия IE, не 9я ? В ней не тестировал во всех остальных не кешируется.<br />
Можно проверить посылаются ли правильные заголовки установив какой-нибудь прокси пакетов.<br />
А про добавления уникального параметра в самом flash не забыли ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: VICTOR_81</title>
		<link>http://xo66ut.ru/archives/437/comment-page-1#comment-663</link>
		<dc:creator>VICTOR_81</dc:creator>
		<pubDate>Wed, 25 Aug 2010 15:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://xo66ut.ru/?p=437#comment-663</guid>
		<description>Подскажите от чего может не работать флеш в IE еще. 
Ваше решение не помогло((
php генерит файл отдает его флешу
заголовки следующие
while(ob_get_contents()) ob_end_clean();
 header(&quot;Content-Type: text/xml; charset=UTF-8;&quot;);        
 echo $xml;
exit();

вставлял ваше решение после Content-Type.
А в остальных браузерах все в порядке</description>
		<content:encoded><![CDATA[<p>Подскажите от чего может не работать флеш в IE еще.<br />
Ваше решение не помогло((<br />
php генерит файл отдает его флешу<br />
заголовки следующие<br />
while(ob_get_contents()) ob_end_clean();<br />
 header(&#8220;Content-Type: text/xml; charset=UTF-8;&#8221;);<br />
 echo $xml;<br />
exit();</p>
<p>вставлял ваше решение после Content-Type.<br />
А в остальных браузерах все в порядке</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Антон</title>
		<link>http://xo66ut.ru/archives/437/comment-page-1#comment-600</link>
		<dc:creator>Антон</dc:creator>
		<pubDate>Fri, 16 Jul 2010 06:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://xo66ut.ru/?p=437#comment-600</guid>
		<description>Большое спасибо!</description>
		<content:encoded><![CDATA[<p>Большое спасибо!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

