<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to stop your Apex pages being cached</title>
	<atom:link href="http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/feed/" rel="self" type="application/rss+xml" />
	<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/</link>
	<description>SELECT * FROM RANDOM.stuff WHERE subject IN ('Application Express','Oracle','PL/SQL','SQL') AND is_worth_blogging_about IN ('YES','MAYBE','DOUBTFUL');</description>
	<lastBuildDate>Fri, 23 Oct 2009 13:31:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tobias Arnhold</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-943</link>
		<dc:creator>Tobias Arnhold</dc:creator>
		<pubDate>Fri, 13 Mar 2009 13:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-943</guid>
		<description>Andy,

I experienced some cache problems with updateable reports and IE6. It just saved some cache information and showed wrong values after a application based page reload. The same thing did not happened in Firefox and IE7. After clearing the cache in IE6 and set up some configuration inside IE6 the error didn&#039;t occurred again.

Regards,

Tobias</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>I experienced some cache problems with updateable reports and IE6. It just saved some cache information and showed wrong values after a application based page reload. The same thing did not happened in Firefox and IE7. After clearing the cache in IE6 and set up some configuration inside IE6 the error didn&#8217;t occurred again.</p>
<p>Regards,</p>
<p>Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tulley</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-942</link>
		<dc:creator>Andrew Tulley</dc:creator>
		<pubDate>Fri, 13 Mar 2009 12:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-942</guid>
		<description>Tobias,

What exactly is the problem you are experiencing? What would you like to see happening that isn&#039;t?

The modification to the Apache httpd.conf will stop IE caching, it will not modify Apex behaviour in any way. Apex will still save content in session state in exactly the same way, regardless whether you have added this entry into httpd.conf or not.


Andy</description>
		<content:encoded><![CDATA[<p>Tobias,</p>
<p>What exactly is the problem you are experiencing? What would you like to see happening that isn&#8217;t?</p>
<p>The modification to the Apache httpd.conf will stop IE caching, it will not modify Apex behaviour in any way. Apex will still save content in session state in exactly the same way, regardless whether you have added this entry into httpd.conf or not.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Arnhold</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-941</link>
		<dc:creator>Tobias Arnhold</dc:creator>
		<pubDate>Fri, 13 Mar 2009 11:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-941</guid>
		<description>Hi Andy,

I had some issues whith cache problems especially with IE6. I implemented your solution and it seems like all values get saved inside the page even when an application validation error occurs.

Regards,

Tobias</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I had some issues whith cache problems especially with IE6. I implemented your solution and it seems like all values get saved inside the page even when an application validation error occurs.</p>
<p>Regards,</p>
<p>Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tulley</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-929</link>
		<dc:creator>Andrew Tulley</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-929</guid>
		<description>Patrick,

Though I haven&#039;t had chance to test it yet, I suspect you are absolutely right. Calling history.go(-1) will be exactly the same as clicking Back in your browser (i.e. the page will be reloaded).

Andy</description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>Though I haven&#8217;t had chance to test it yet, I suspect you are absolutely right. Calling history.go(-1) will be exactly the same as clicking Back in your browser (i.e. the page will be reloaded).</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis-Guillaume Carrier-Bédard</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-928</link>
		<dc:creator>Louis-Guillaume Carrier-Bédard</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-928</guid>
		<description>Andy,
Good post!

That&#039;s an interesting question Patrick is asking.

Thanks,
L-G</description>
		<content:encoded><![CDATA[<p>Andy,<br />
Good post!</p>
<p>That&#8217;s an interesting question Patrick is asking.</p>
<p>Thanks,<br />
L-G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-927</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Mon, 02 Feb 2009 09:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://atulley.wordpress.com/2009/02/01/how-to-stop-your-apex-pages-being-cached/#comment-927</guid>
		<description>Hi Andy,

what effect does this change have on the entered data of a tabular form when the separate error page is displayed? I assume it will discard the entered data because the browser will reload the tabular form page as soon as the user clicks the &quot;OK&quot; link (which is a browser back)... Can&#039;t test it myself because I currently have limited access to an application server where I could do some testing.

Thanks
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>what effect does this change have on the entered data of a tabular form when the separate error page is displayed? I assume it will discard the entered data because the browser will reload the tabular form page as soon as the user clicks the &#8220;OK&#8221; link (which is a browser back)&#8230; Can&#8217;t test it myself because I currently have limited access to an application server where I could do some testing.</p>
<p>Thanks<br />
Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
