Session Management

Discussion in 'ASP.NET / ASP.NET Core' started by suchta, Sep 3, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Session doesn't get destroy when user hit the stop button in their browser.

    You have to explicitly logout to destroy the session

    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page