<?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>Thu, 14 Jul 2011 16:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Uwe</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-734</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Thu, 14 Jul 2011 16:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-734</guid>
		<description>Very nice post.
But will it redirect a user to &quot;Home/Login&quot; in this case:
Dialog with lets say five sites. 5th site calls &quot;Session.Abandon();&quot; 
Situation: user &quot;walks&quot; through dialog, ends in 5th site, Abandon() is called, but user navigates with the browser(!) back button back to the fourth site. Is the user in this szenario redirected to &quot;Home/Login&quot;? 
I dont thik so, because &quot; if ( ctx.Session.IsNewSession )&quot; isnt true, because we didnt create a new session. Or?</description>
		<content:encoded><![CDATA[<p>Very nice post.<br />
But will it redirect a user to &#8220;Home/Login&#8221; in this case:<br />
Dialog with lets say five sites. 5th site calls &#8220;Session.Abandon();&#8221;<br />
Situation: user &#8220;walks&#8221; through dialog, ends in 5th site, Abandon() is called, but user navigates with the browser(!) back button back to the fourth site. Is the user in this szenario redirected to &#8220;Home/Login&#8221;?<br />
I dont thik so, because &#8221; if ( ctx.Session.IsNewSession )&#8221; isnt true, because we didnt create a new session. Or?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas Amarnath</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-690</link>
		<dc:creator>Srinivas Amarnath</dc:creator>
		<pubDate>Tue, 10 May 2011 09:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-690</guid>
		<description>Hi

Thx for the article. I have included the SessionExpireFilterAttribute  and registered this actionfilter in Global.asax. But the problem is it is working only for [Httppost] methods, but not working for Get methods in mvc3.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thx for the article. I have included the SessionExpireFilterAttribute  and registered this actionfilter in Global.asax. But the problem is it is working only for [Httppost] methods, but not working for Get methods in mvc3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-671</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Wed, 20 Apr 2011 17:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-671</guid>
		<description>How can I achieve this inside a Base Controller so all of my controller actions gets this behavior and I don&#039;t have to repeat?</description>
		<content:encoded><![CDATA[<p>How can I achieve this inside a Base Controller so all of my controller actions gets this behavior and I don&#8217;t have to repeat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonkraftsmall</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-665</link>
		<dc:creator>jonkraftsmall</dc:creator>
		<pubDate>Thu, 14 Apr 2011 08:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-665</guid>
		<description>Thanks for info</description>
		<content:encoded><![CDATA[<p>Thanks for info</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-662</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Apr 2011 21:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-662</guid>
		<description>It depends on the project and whether or now you would like to have a &quot;rich&quot; user interface. That is my view anyways. I&#039;m a web developer so I like to keep things as close to HTML and javascript as possible.</description>
		<content:encoded><![CDATA[<p>It depends on the project and whether or now you would like to have a &#8220;rich&#8221; user interface. That is my view anyways. I&#8217;m a web developer so I like to keep things as close to HTML and javascript as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irish Drinks</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-642</link>
		<dc:creator>Irish Drinks</dc:creator>
		<pubDate>Sun, 20 Feb 2011 01:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-642</guid>
		<description>Not to start a flame war but ASP or Silverlight?

&lt;a href=&quot;http://www.barideas.net/bar-ideas/the-breathalyser-game/&quot; rel=&quot;nofollow&quot;&gt;The Breathalyser Game&lt;/a&gt;
&lt;a href=&quot;http://www.21stbirthday-ideas.com&quot; rel=&quot;nofollow&quot;&gt;21st Birthday Ideas&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Not to start a flame war but ASP or Silverlight?</p>
<p><a href="http://www.barideas.net/bar-ideas/the-breathalyser-game/" rel="nofollow">The Breathalyser Game</a><br />
<a href="http://www.21stbirthday-ideas.com" rel="nofollow">21st Birthday Ideas</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Session Timeout en ASP.NET MVC &#171; Via Informática</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-560</link>
		<dc:creator>Session Timeout en ASP.NET MVC &#171; Via Informática</dc:creator>
		<pubDate>Tue, 30 Nov 2010 19:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-560</guid>
		<description>[...] en la creación de una nueva página base de la cual deben heredar luego todas nuestras páginas. - ﻿Detecting Session Timeouts using ASP.Net MVC Action Filter: propone el uso de un action filter para poder luego asignar un atributo del tipo [...]</description>
		<content:encoded><![CDATA[<p>[...] en la creación de una nueva página base de la cual deben heredar luego todas nuestras páginas. &#8211; ﻿Detecting Session Timeouts using ASP.Net MVC Action Filter: propone el uso de un action filter para poder luego asignar un atributo del tipo [...]</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-553</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Nov 2010 01:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-553</guid>
		<description>Not a problem Cedrick. Glad I was able to get you started on this. Will check out your blog from time to time.</description>
		<content:encoded><![CDATA[<p>Not a problem Cedrick. Glad I was able to get you started on this. Will check out your blog from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CedricB</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-552</link>
		<dc:creator>CedricB</dc:creator>
		<pubDate>Sat, 27 Nov 2010 20:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-552</guid>
		<description>Thanks for the article, I hope you dont mind but I borrowed your code.  I also extended it a bit to handle return urls and made it testable with Rhino Mock.

http://cbertolasio.wordpress.com/2010/11/27/using-an-actionfilter-to-redirect-to-login-when-session-expires/</description>
		<content:encoded><![CDATA[<p>Thanks for the article, I hope you dont mind but I borrowed your code.  I also extended it a bit to handle return urls and made it testable with Rhino Mock.</p>
<p><a href="http://cbertolasio.wordpress.com/2010/11/27/using-an-actionfilter-to-redirect-to-login-when-session-expires/" rel="nofollow">http://cbertolasio.wordpress.com/2010/11/27/using-an-actionfilter-to-redirect-to-login-when-session-expires/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using an ActionFilter to Redirect to Login when Session Expires &#171; Daily Reflections of a Software Engineer</title>
		<link>http://www.tyronedavisjr.com/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/comment-page-1/#comment-551</link>
		<dc:creator>Using an ActionFilter to Redirect to Login when Session Expires &#171; Daily Reflections of a Software Engineer</dc:creator>
		<pubDate>Sat, 27 Nov 2010 20:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/11/23/detecting-session-timeouts-using-a-aspnet-mvc-action-filter/#comment-551</guid>
		<description>[...] used the blog post made by Tyrone Davis to get me started.&#160; In my scenario, I am assuming [...]</description>
		<content:encoded><![CDATA[<p>[...] used the blog post made by Tyrone Davis to get me started.&#160; In my scenario, I am assuming [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

