Re: Antwort: RE: How to really destroy a Session

2004-04-16 Thread Jacob Kjome
t;Tomcat Users > List" > > > > > > The cookie is removed when the user closes the browser, no ? > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 16, 2004 8:

Antwort: RE: How to really destroy a Session

2004-04-16 Thread marc . baumgartner
TECTED] An: "'Tomcat Users List'" <[EMAIL PROTECTED]> m> Kopie:

RE: How to really destroy a Session

2004-04-16 Thread Mike Curwen
EMAIL PROTECTED] > Sent: Friday, April 16, 2004 9:04 AM > To: 'Tomcat Users List' > Subject: RE: How to really destroy a Session > > > That's if it's a session cookie, is it? You can always use > the Cookie API to force the cookie to expire. > > -

RE: How to really destroy a Session

2004-04-16 Thread Yang Xiao
That's if it's a session cookie, is it? You can always use the Cookie API to force the cookie to expire. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 9:56 AM To: 'Tomcat Users List' Subject: RE: How to really destroy a Se

RE: How to really destroy a Session

2004-04-16 Thread Mike Curwen
The cookie is removed when the user closes the browser, no ? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 8:34 AM > To: [EMAIL PROTECTED] > Subject: How to really destroy a Session > > > > &

How to really destroy a Session

2004-04-16 Thread marc . baumgartner
Hi all, I am using Tomcat 5.0.19. In my application the generated sessions are identified by a cookie on the client. I only allow single sign on. Now I want to destroy the session and I call in a session an invalidate() and the session isn't available. Then the application redirect the reque