<?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: Detecting Session Timeouts using a ASP.Net MVC Action Filter</title>
	<atom:link href="http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/</link>
	<description>HTML &#124; CSS &#124; JavaScript &#124; ASP.NET &#124; PHP &#124; C# &#124; Java &#124; VB.NET &#124; MS SQL &#124; MySQL &#124; Flash</description>
	<lastBuildDate>Fri, 25 Jun 2010 07:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tim Wong</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-414</link>
		<dc:creator>Tim Wong</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-414</guid>
		<description>I&#039;m also having the same issue as Mr. from post #10.  Since this all originates from an Ajax call, if a session times out the calling page loads the login screen into the existing page.

Is there an easy way to do a total redirect?</description>
		<content:encoded><![CDATA[<p>I&#8217;m also having the same issue as Mr. from post #10.  Since this all originates from an Ajax call, if a session times out the calling page loads the login screen into the existing page.</p>
<p>Is there an easy way to do a total redirect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-387</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Jun 2010 23:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-387</guid>
		<description>Looks like you may have cookieless sessions turned on in your web.config. Make sure your sessionState element under the system.web section have cookieless=&quot;false&quot; set for that element.</description>
		<content:encoded><![CDATA[<p>Looks like you may have cookieless sessions turned on in your web.config. Make sure your sessionState element under the system.web section have cookieless=&#8221;false&#8221; set for that element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-386</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Wed, 02 Jun 2010 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-386</guid>
		<description>Hi!!! i&#039;m having a problem with your method, when it executes it adds &quot;(S(44krko45it3muqqdcsnh0445))&quot; to my qerystring!!! wht&#039;s happening????
thanks, Nicole.</description>
		<content:encoded><![CDATA[<p>Hi!!! i&#8217;m having a problem with your method, when it executes it adds &#8220;(S(44krko45it3muqqdcsnh0445))&#8221; to my qerystring!!! wht&#8217;s happening????<br />
thanks, Nicole.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detecting Session expiry on ASP.NET MVC &#124; Webmaster Forum Archive</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-385</link>
		<dc:creator>Detecting Session expiry on ASP.NET MVC &#124; Webmaster Forum Archive</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-385</guid>
		<description>[...] found the following blog post that claims to to solve the problem (this is similar to the first answer), but it doesn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] found the following blog post that claims to to solve the problem (this is similar to the first answer), but it doesn&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr..</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-381</link>
		<dc:creator>Mr..</dc:creator>
		<pubDate>Thu, 27 May 2010 09:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-381</guid>
		<description>Problem when rendering the partialview.

I&#039;m calling action from javascript, that action returns partial view and assigining the to some div.
If session expires, the page what we have mentioned in respone.redirect is returing as a partialview .

Please help me to solve this problem</description>
		<content:encoded><![CDATA[<p>Problem when rendering the partialview.</p>
<p>I&#8217;m calling action from javascript, that action returns partial view and assigining the to some div.<br />
If session expires, the page what we have mentioned in respone.redirect is returing as a partialview .</p>
<p>Please help me to solve this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapila Perera</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-157</link>
		<dc:creator>Kapila Perera</dc:creator>
		<pubDate>Thu, 19 Nov 2009 09:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-157</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-156&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Kapila Perera:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Thanks Tyrone Davis.  Really helpfull.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-156" rel="nofollow"><br />
<strong><em>Kapila Perera:</em></strong><br />
</a><br />
 Thanks Tyrone Davis.  Really helpfull.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapila Perera</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-156</link>
		<dc:creator>Kapila Perera</dc:creator>
		<pubDate>Thu, 19 Nov 2009 09:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-156</guid>
		<description>Thanks Tyrone Davis.  Really very helpfull.</description>
		<content:encoded><![CDATA[<p>Thanks Tyrone Davis.  Really very helpfull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baz</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-71</link>
		<dc:creator>Baz</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-71</guid>
		<description>Consider assigning a RedirectToRouteResult to filterContext.Result instead of manipulating the Response directly.</description>
		<content:encoded><![CDATA[<p>Consider assigning a RedirectToRouteResult to filterContext.Result instead of manipulating the Response directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheik</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-70</link>
		<dc:creator>Sheik</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-70</guid>
		<description>Cool! I was just looking for that too!!</description>
		<content:encoded><![CDATA[<p>Cool! I was just looking for that too!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen de Zeeuw</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-69</link>
		<dc:creator>Jeroen de Zeeuw</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-69</guid>
		<description>Nice post. I was just looking for that, thanks!</description>
		<content:encoded><![CDATA[<p>Nice post. I was just looking for that, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
