Nicholson Robert wrote:

> Our site doesn't have a logout button and what I'm seeing at the moment
> is that if I close the browser and login as the same user the same session
> information is still around in the session? How can this be?
>
> If I close the browser in IE 5 should I assume that the session cookie is
> dead? and so when I log into my site again I'm guaranteed to get a new
> session right?
>

I got caught on this one once ... I closed one window, but still had others open.
You will want to make sure you've closed *all* the windows in order to ensure that
the session is really gone.

You might also want to add "log out" functionality to your application.

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to