<?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>sem Archives - Pereira, Thiago Santos.</title>
	<atom:link href="https://thiagosantos.com/blog/tag/sem/feed/" rel="self" type="application/rss+xml" />
	<link>https://thiagosantos.com/blog/tag/sem/</link>
	<description>the fun of code.</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:42:28 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5</generator>
	<item>
		<title>Internet Explorer sem cache</title>
		<link>https://thiagosantos.com/blog/52/php/internet-explorer-sem-cache/</link>
		
		<dc:creator><![CDATA[Pereira, Thiago Santos]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:08:27 +0000</pubDate>
				<category><![CDATA[Eventos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internetexplorer]]></category>
		<category><![CDATA[no cache]]></category>
		<category><![CDATA[sem]]></category>
		<guid isPermaLink="false">http://www.thiagosantos.com/blog/?p=52</guid>

					<description><![CDATA[<p>Grande parte dos desenvolvedores Web principalmente aqueles que trabalham muito com Flash tendem a ter sérios problema com cache. Em alguns casos mesmo colocando uma data anterior a atual o IE coloca a página em cache: Exemplo: &#60;?php header(&#8220;Cache-Control: no-cache, must-revalidate&#8221;); header(&#8220;Expires: Sat, 26 Jul 1997 05:00:00 GMT&#8221;); ?&#62; Para resolver de vez seguindo recomendação [&#8230;]</p>
<p>The post <a href="https://thiagosantos.com/blog/52/php/internet-explorer-sem-cache/">Internet Explorer sem cache</a> appeared first on <a href="https://thiagosantos.com/blog">Pereira, Thiago Santos.</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Grande parte dos desenvolvedores Web principalmente aqueles que trabalham muito com Flash tendem a ter sérios problema com cache.<br />
Em alguns casos mesmo colocando uma data anterior a atual o IE coloca a página em cache:<br />
Exemplo:</p>
<blockquote><p>&lt;?php</p>
<p>header(&#8220;Cache-Control: no-cache, must-revalidate&#8221;);<br />
header(&#8220;Expires: Sat, 26 Jul 1997 05:00:00 GMT&#8221;);</p>
<p>?&gt;</p></blockquote>
<p>Para resolver de vez seguindo recomendação da Microsoft:</p>
<p>Em arquivos PHP:</p>
<blockquote><p>&lt;?php</p>
<p>header(&#8220;Cache-Control: no-cache&#8221;);<br />
header(&#8220;Expires: -1&#8221;);</p>
<p>?&gt;</p></blockquote>
<p>Em arquivos HTML:</p>
<blockquote><p>&lt;HTML&gt;&lt;HEAD&gt;<br />
&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;/HEAD&gt;&lt;BODY&gt;<br />
&lt;/BODY&gt;<br />
&lt;/HTML&gt;</p></blockquote>
<p>Link para mais informações:<br />
<a href="http://support.microsoft.com/kb/234067/pt-br">http://support.microsoft.com/kb/234067/pt-br</a></p>
<p>The post <a href="https://thiagosantos.com/blog/52/php/internet-explorer-sem-cache/">Internet Explorer sem cache</a> appeared first on <a href="https://thiagosantos.com/blog">Pereira, Thiago Santos.</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
