Hi,
The session timeout is set to 5 hrs. SO even if the Browser window is closed, the session will close only after 5 hrs. I need something to close the session pre-maturely.
Ah. I thought that a session was closed automatically regardless of the session timeout value when a client connection closed. -GTM Solutions, Home of USITE-
-=
Session.Timeout sets a new value to replace the 20 minute default, but the rule stays in effect that if the client browser is closed, then the session variables/objects are blown away for that particular session. They will not sit on the server's memory for five hours if the client closes all browser windows.
session.abandon will also do it, like Ovatvvon suggested.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.