I have C#.net web application which is using sessions.
When a session is going to end is it possible to show a message that the session is going to end and that do you want to continue. If the continue button is clicked the session should continue else the session can expire.
How can i do it.
When a session is going to end is it possible to show a message that the session is going to end and that do you want to continue. If the continue button is clicked the session should continue else the session can expire.
How can i do it.
Comment