<?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: Creating a Mint.com Style Idle Logout Timer Using jQuery</title>
	<atom:link href="http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/</link>
	<description>Web Developer&#039;s Ramblings on JavaScript, jQuery, ColdFusion, MySQL, and other technologies.</description>
	<lastBuildDate>Wed, 04 Jan 2012 16:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nemee daheriya</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-4700</link>
		<dc:creator>nemee daheriya</dc:creator>
		<pubDate>Fri, 08 Apr 2011 06:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-4700</guid>
		<description>Hi Eric Hynds is it possible to get timer in idleTimeout pop ,Please share .....</description>
		<content:encoded><![CDATA[<p>Hi Eric Hynds is it possible to get timer in idleTimeout pop ,Please share &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hynds</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-2430</link>
		<dc:creator>Eric Hynds</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-2430</guid>
		<description>I just pushed a rewrite after a couple hours of hacking.  See &lt;a href=&quot;http://github.com/ehynds/jquery-idle-timeout&quot; rel=&quot;nofollow&quot;&gt;the repository&lt;/a&gt; on GitHub.  

This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#039;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.

There are a few measures in place to ensure requests don&#039;t build up with setInterval.  The response returned must match the &lt;code&gt;serverResponseEquals&lt;/code&gt; parameter, and you can configure a maximum number of failed requests with the &lt;code&gt;failedRequests&lt;/code&gt; param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#039;s response did not match &lt;code&gt;serverResponseEquals&lt;/code&gt; &quot;&lt;code&gt;failedRequests&lt;/code&gt;&quot; times, the code aborts.

I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</description>
		<content:encoded><![CDATA[<p>I just pushed a rewrite after a couple hours of hacking.  See <a href="http://github.com/ehynds/jquery-idle-timeout" rel="nofollow">the repository</a> on GitHub.  </p>
<p>This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#8217;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.</p>
<p>There are a few measures in place to ensure requests don&#8217;t build up with setInterval.  The response returned must match the <code>serverResponseEquals</code> parameter, and you can configure a maximum number of failed requests with the <code>failedRequests</code> param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#8217;s response did not match <code>serverResponseEquals</code> &#8220;<code>failedRequests</code>&#8221; times, the code aborts.</p>
<p>I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-3860</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-3860</guid>
		<description>I just pushed a rewrite after a couple hours of hacking.  See &lt;a href=&quot;http://github.com/ehynds/jquery-idle-timeout&quot; rel=&quot;nofollow&quot;&gt;the repository&lt;/a&gt; on GitHub.  

This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#039;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.

There are a few measures in place to ensure requests don&#039;t build up with setInterval.  The response returned must match the &lt;code&gt;serverResponseEquals&lt;/code&gt; parameter, and you can configure a maximum number of failed requests with the &lt;code&gt;failedRequests&lt;/code&gt; param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#039;s response did not match &lt;code&gt;serverResponseEquals&lt;/code&gt; &quot;&lt;code&gt;failedRequests&lt;/code&gt;&quot; times, the code aborts.

I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</description>
		<content:encoded><![CDATA[<p>I just pushed a rewrite after a couple hours of hacking.  See <a href="http://github.com/ehynds/jquery-idle-timeout" rel="nofollow">the repository</a> on GitHub.  </p>
<p>This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#8217;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.</p>
<p>There are a few measures in place to ensure requests don&#8217;t build up with setInterval.  The response returned must match the <code>serverResponseEquals</code> parameter, and you can configure a maximum number of failed requests with the <code>failedRequests</code> param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#8217;s response did not match <code>serverResponseEquals</code> &#8220;<code>failedRequests</code>&#8221; times, the code aborts.</p>
<p>I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hynds</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-2429</link>
		<dc:creator>Eric Hynds</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-2429</guid>
		<description>Dan,

Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &quot;active&quot;.   Once the idle state is detected the polling stops and the warning kicks in.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &#8220;active&#8221;.   Once the idle state is detected the polling stops and the warning kicks in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-3859</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-3859</guid>
		<description>Dan,

Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &quot;active&quot;.   Once the idle state is detected the polling stops and the warning kicks in.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &#8220;active&#8221;.   Once the idle state is detected the polling stops and the warning kicks in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-1929</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-1929</guid>
		<description>I think there is a problem with this. 

1. Session timeout=20 minutes
2. idleTimeout shows when 5 minutes is left.

Now, if I just move the mouse or type some text in a box it does not reset the session on the server. so...10 minutes later I leave the desk, session has 10 minutes left but the idleTimout popup will now show for another 15 minutes. Meaning the session will have already expired.

What do I do?</description>
		<content:encoded><![CDATA[<p>I think there is a problem with this. </p>
<p>1. Session timeout=20 minutes<br />
2. idleTimeout shows when 5 minutes is left.</p>
<p>Now, if I just move the mouse or type some text in a box it does not reset the session on the server. so&#8230;10 minutes later I leave the desk, session has 10 minutes left but the idleTimout popup will now show for another 15 minutes. Meaning the session will have already expired.</p>
<p>What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-3858</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-3858</guid>
		<description>I think there is a problem with this. 

1. Session timeout=20 minutes
2. idleTimeout shows when 5 minutes is left.

Now, if I just move the mouse or type some text in a box it does not reset the session on the server. so...10 minutes later I leave the desk, session has 10 minutes left but the idleTimout popup will now show for another 15 minutes. Meaning the session will have already expired.

What do I do?</description>
		<content:encoded><![CDATA[<p>I think there is a problem with this. </p>
<p>1. Session timeout=20 minutes<br />
2. idleTimeout shows when 5 minutes is left.</p>
<p>Now, if I just move the mouse or type some text in a box it does not reset the session on the server. so&#8230;10 minutes later I leave the desk, session has 10 minutes left but the idleTimout popup will now show for another 15 minutes. Meaning the session will have already expired.</p>
<p>What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gesf</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-1485</link>
		<dc:creator>gesf</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-1485</guid>
		<description>Congratulations Eric, this is a great plugin...</description>
		<content:encoded><![CDATA[<p>Congratulations Eric, this is a great plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gesf</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-3857</link>
		<dc:creator>gesf</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-3857</guid>
		<description>Congratulations Eric, this is a great plugin...</description>
		<content:encoded><![CDATA[<p>Congratulations Eric, this is a great plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrel</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-1404</link>
		<dc:creator>Darrel</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-1404</guid>
		<description>Thanks for this! This is exactly what I was looking for this morning.

It&#039;s a nice script. The only addition I&#039;d suggest (and which I did) was to add a second .animate() once the expired message is shown. That way there&#039;s time enough to read the end message before it redirects.</description>
		<content:encoded><![CDATA[<p>Thanks for this! This is exactly what I was looking for this morning.</p>
<p>It&#8217;s a nice script. The only addition I&#8217;d suggest (and which I did) was to add a second .animate() once the expired message is shown. That way there&#8217;s time enough to read the end message before it redirects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

