Hi
-
If the user closes the browser without pressing the log out button, their session will remain open until the timeout period expires. How to maintain the session for the same? Regards, Ram
Could you rephrase your question? I don't think anybody can understand what you are trying to ask.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
If the user closes the browser without pressing the log out button, their session will remain open until the timeout period expires. How to maintain the session for the same? Regards, Ram
rahul89 wrote:
their session will remain open until the timeout period expires.
I think you answered your question. It is already maintained !
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
coolestCoder
-
If the user closes the browser without pressing the log out button, their session will remain open until the timeout period expires. How to maintain the session for the same? Regards, Ram
You can kill the session at the Application_End event within your Global.asax
Nila