<?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"
	>
<channel>
	<title>Comments on: Create a Stateful Timer Control with AJAX.NET</title>
	<atom:link href="http://www.10notes.com/blog/create-a-stateful-timer-control-with-ajaxnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.10notes.com/blog/create-a-stateful-timer-control-with-ajaxnet</link>
	<description>A new Creative + Web company</description>
	<pubDate>Tue, 06 Jan 2009 03:33:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Andre P.</title>
		<link>http://www.10notes.com/blog/create-a-stateful-timer-control-with-ajaxnet#comment-5</link>
		<dc:creator>Andre P.</dc:creator>
		<pubDate>Mon, 28 Jan 2008 19:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.10notes.com/blog/20#comment-5</guid>
		<description>I think your approach is overly complicated, and doesn't allow for "true time".  If you store the time/date that a session was started/reset, then you'd simply have to calculate the elapsed time as a difference instead of a sum.  A clever user could easily discern your timeout mechanism in page source, and use that knowledge to prolong the timeout indefinitely.  Storing the absolute start of session in a global location would also allow you to determine when a session has timed out, independent of the other sessions returning data or not.</description>
		<content:encoded><![CDATA[<p>I think your approach is overly complicated, and doesn&#8217;t allow for &#8220;true time&#8221;.  If you store the time/date that a session was started/reset, then you&#8217;d simply have to calculate the elapsed time as a difference instead of a sum.  A clever user could easily discern your timeout mechanism in page source, and use that knowledge to prolong the timeout indefinitely.  Storing the absolute start of session in a global location would also allow you to determine when a session has timed out, independent of the other sessions returning data or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
