<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jink</title>
<link>http://snipplr.com/users/jink/tags/prevent</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 17:50:48 GMT</pubDate>
<item>
<title>(ASP) ASP.net: Session timeout prevention (keep alive).</title>
<link>http://snipplr.com/view/14837/aspnet-session-timeout-prevention-keep-alive/</link>
<description><![CDATA[ <p>Call AddKeepAlive() in Page_Load of the page that needs it.  Change the path to the correct keep alive page.

Page should disable caching, like in second code snippet.</p> ]]></description>
<pubDate>Fri, 08 May 2009 10:09:37 GMT</pubDate>
<guid>http://snipplr.com/view/14837/aspnet-session-timeout-prevention-keep-alive/</guid>
</item>
<item>
<title>(ASP) ASP.net: Prevent Caching of a Page</title>
<link>http://snipplr.com/view/14705/aspnet-prevent-caching-of-a-page/</link>
<description><![CDATA[ <p>Code snippet prevents caching of the page by setting http header values and a LAST MODIFIED header to prevent google from caching too long.  This should go into the page load event.</p> ]]></description>
<pubDate>Mon, 04 May 2009 10:28:12 GMT</pubDate>
<guid>http://snipplr.com/view/14705/aspnet-prevent-caching-of-a-page/</guid>
</item>
</channel>
</rss>