Hi Friends,
I need to show countdown while user session getting expire?
How can i achieve this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashish PatelPosted Dec 19, 2012, 1:17 AM
call a jquery method at regular interval to check if any activity is done on the page.
if yes then reset the counter.
if no then keep counting and when the time comes show the popup.
and when time completes => using web service ajax call terminate the session of user.
search forums.asp.net you'll find many solutions.