<?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 for Journey of a Software Developer</title>
	<atom:link href="http://www.tyronedavisjr.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyronedavisjr.com</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>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Traffic Light Simulation using the Basic Stamp 2 by vee</title>
		<link>http://www.tyronedavisjr.com/2008/07/10/traffic-light-simulation-using-the-basic-stamp-2/comment-page-1/#comment-730</link>
		<dc:creator>vee</dc:creator>
		<pubDate>Tue, 12 Jul 2011 15:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2008/07/10/traffic-light-simulation-using-the-basic-stamp-2/#comment-730</guid>
		<description>@bob 
nice program. I am just a beginner working with Basic stamp. Have to do a project on traffic lights. what would be the circuit for your code. just stumbled on this blog.</description>
		<content:encoded><![CDATA[<p>@bob<br />
nice program. I am just a beginner working with Basic stamp. Have to do a project on traffic lights. what would be the circuit for your code. just stumbled on this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Flash CS3, UIScrollBar, scroll arrows not displaying on dynamic text by Jen</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-661</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Tue, 05 Apr 2011 21:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-661</guid>
		<description>Thanks for sharing such a clear and concise explanation on this issue. I&#039;m sure it saved me hours of reading adobe references and building up a gigantic need for a beer afterwards ;-) 

You were a great help to our project, thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing such a clear and concise explanation on this issue. I&#8217;m sure it saved me hours of reading adobe references and building up a gigantic need for a beer afterwards <img src='http://www.tyronedavisjr.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>You were a great help to our project, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Session Timeouts using a ASP.Net MVC Action Filter 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>Comment on Flash CS3, UIScrollBar, scroll arrows not displaying on dynamic text by Tabby</title>
		<link>http://www.tyronedavisjr.com/2007/12/03/flash-cs3-uiscrollbar-scroll-arrows-not-displaying-on-dynamic-text/comment-page-1/#comment-641</link>
		<dc:creator>Tabby</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/?p=6#comment-641</guid>
		<description>Hey thanks, using update() solved my problem and saved me some frustration :)</description>
		<content:encoded><![CDATA[<p>Hey thanks, using update() solved my problem and saved me some frustration <img src='http://www.tyronedavisjr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A little fun with T4 Templates by admin</title>
		<link>http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/comment-page-1/#comment-612</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Jan 2011 01:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/#comment-612</guid>
		<description>Unfortunately that is VB.net specific. I write c# as well; but when it comes to XML, VB.net rules because of the simple &quot;axes&quot; methods and XML literals.  Have a look at this as a resource

http://msdn.microsoft.com/en-us/library/bb387055.aspx</description>
		<content:encoded><![CDATA[<p>Unfortunately that is VB.net specific. I write c# as well; but when it comes to XML, VB.net rules because of the simple &#8220;axes&#8221; methods and XML literals.  Have a look at this as a resource</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb387055.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb387055.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

