J-Query Idle Timeout plug-in
In this Blog I will explain about J-Quey idle time out plug-in. In general when
we logged in to banking sites or some other sites we will automatically redirect
to login page. In this blog I will show how we can implement this in asp.net
applications, this was with reference to the available plug in available from
here
http://www.erichynds.com/jquery/a-new-and-improved-jquery-idle-timeout-plugin/
I just added a handler page where we can
implement our logout code. Why I used Handler is we per my knowledge we cannot
kill session in pop-up or alerts, so I have achieved this using Handler so that
we can refer to this Handler page in the pop-up available. I have just taken 2
simple screens one if for getting logged in and the other one is the page will
be shown after getting logged in.
Download the article and let me know if any
issues or queries.