PDA

View Full Version : Session Management


suchta
09-03-2003, 09:34 AM
When the user presses the (X) on the web browser the session object doesn't seem to be destroyed. I attempt to login again, using another user id but the system still thinks the previous session is being accessed. Is there anyway the session object can be destroyed when the (X) on the browser is pressed. If I use the the logout button on the application I can successfully logout and destroy the object.

bruce
09-04-2003, 11:31 AM
Session doesn't get destroy when user hit the stop button in their browser.

You have to explicitly logout to destroy the session

[b]quote:Originally posted by suchta

When the user presses the (X) on the web browser the session object doesn't seem to be destroyed. I attempt to login again, using another user id but the system still thinks the previous session is being accessed. Is there anyway the session object can be destroyed when the (X) on the browser is pressed. If I use the the logout button on the application I can successfully logout and destroy the object.
</blockquote id="quote"></font id="quote">