<?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: Zend clearIdentity() Problems in IE7 and Chrome</title>
	<atom:link href="http://www.chrisshennan.com/2009/03/23/zend-clearidentity-problems-in-ie7-and-chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisshennan.com/2009/03/23/zend-clearidentity-problems-in-ie7-and-chrome/</link>
	<description>A day in the life of...</description>
	<lastBuildDate>Tue, 10 Jan 2012 15:00:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Christopher Shennan</title>
		<link>http://www.chrisshennan.com/2009/03/23/zend-clearidentity-problems-in-ie7-and-chrome/comment-page-1/#comment-998</link>
		<dc:creator>Christopher Shennan</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=26#comment-998</guid>
		<description>You were right that my problem was not caused by the browser.  My problem was caused by a session.cache_limiter value that had been set which was causing the weird behaviour and it was fixed by changing 

ini_set(’session.cache_limiter’, ‘private’);

to

ini_set(’session.cache_limiter’, ‘none’);

I have mentioned this fix on another post related to &lt;a href=&quot;/2009/04/07/zend-clearidentity-and-ie7-and-chrome-caching-problems/&quot; title=&quot;Zend clearIdentity() and IE7 and Chrome Caching Problems&quot; rel=&quot;nofollow&quot;&gt;Zend clearIdentity() and IE7 and Chrome Caching Problems&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You were right that my problem was not caused by the browser.  My problem was caused by a session.cache_limiter value that had been set which was causing the weird behaviour and it was fixed by changing </p>
<p>ini_set(’session.cache_limiter’, ‘private’);</p>
<p>to</p>
<p>ini_set(’session.cache_limiter’, ‘none’);</p>
<p>I have mentioned this fix on another post related to <a href="/2009/04/07/zend-clearidentity-and-ie7-and-chrome-caching-problems/" title="Zend clearIdentity() and IE7 and Chrome Caching Problems">Zend clearIdentity() and IE7 and Chrome Caching Problems</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elia C.</title>
		<link>http://www.chrisshennan.com/2009/03/23/zend-clearidentity-problems-in-ie7-and-chrome/comment-page-1/#comment-991</link>
		<dc:creator>Elia C.</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=26#comment-991</guid>
		<description>I have the same problem, but I think that the problem doesn&#039;t depend from the browser, but it&#039;s a framework problem: once you have done the login, if you have an action (for ex.  bigdataAction) that fetch a lot of data from a database, and during the fetch operation (before the page is display) you press F5 to reload the page, the framework automatically call logout action (or clearIdentity() functions).

If you solve the problem please contact me.</description>
		<content:encoded><![CDATA[<p>I have the same problem, but I think that the problem doesn&#8217;t depend from the browser, but it&#8217;s a framework problem: once you have done the login, if you have an action (for ex.  bigdataAction) that fetch a lot of data from a database, and during the fetch operation (before the page is display) you press F5 to reload the page, the framework automatically call logout action (or clearIdentity() functions).</p>
<p>If you solve the problem please contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james kinloch</title>
		<link>http://www.chrisshennan.com/2009/03/23/zend-clearidentity-problems-in-ie7-and-chrome/comment-page-1/#comment-223</link>
		<dc:creator>james kinloch</dc:creator>
		<pubDate>Thu, 28 May 2009 09:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisshennan.com/?p=26#comment-223</guid>
		<description>IE7 has become the bain of my existance with transperancy errors and its seeming inability to read microsofts own code has left me at times in a fuming mess looking at code which &quot;works in everythng else&quot;. I hate it. 
I havent messed to much with Chrome, best to leave some things alone.</description>
		<content:encoded><![CDATA[<p>IE7 has become the bain of my existance with transperancy errors and its seeming inability to read microsofts own code has left me at times in a fuming mess looking at code which &#8220;works in everythng else&#8221;. I hate it.<br />
I havent messed to much with Chrome, best to leave some things alone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

