Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi Friends,

I am using VS2005,C#,asp.net .
How to give a message to user before 2 minutes of session expiration?
"Your sesssion is going to expire within 2 minutes,Do you want to continue your work,? Yes No
If we click on Yes, the session shouldn't be expired( that means extend the session time).
If click on No , the session may expire within 2 minutes.
How to do this in javascript?

Thanks in advance
george
Posted

1 solution

There's an article for that;
Session Timeout Warning with optional Refresh and Redirect[^]

There is also a couple of other applicable articles on the subject........sure you can find them now you know they exist.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900