RE: HttpSession invalidate bug???

2002-05-22 Thread Chris Wilson
2002 10:37 PM > To: 'Tomcat Users List' > Subject: RE: HttpSession invalidate bug??? > > Comments below... > > Chris Wilson > > Web Developer > Andrews University > [EMAIL PROTECTED] > > > -Original Message- > > From: Scott Judd [mai

RE: HttpSession invalidate bug???

2002-05-21 Thread Chris Wilson
Comments below... Chris Wilson Web Developer Andrews University [EMAIL PROTECTED] > -Original Message- > From: Scott Judd [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 4:46 PM > To: Tomcat Users List > Subject: Re: [Off Topic] HttpSession invalidate bug??? > > Chris, I can

RE: HttpSession invalidate bug???

2002-05-21 Thread Chris Wilson
See my comments below... Chris Wilson [EMAIL PROTECTED] www.wondergeek.com > -Original Message- > From: Scott Judd [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 3:17 PM > To: Tomcat Users List > Subject: Re: HttpSession invalidate bug??

Re: HttpSession invalidate bug???

2002-05-21 Thread Scott Judd
Hi Chris, Session.invalidate() is being called by Tomcat on session timeout, which is the same call that is given when you implicitly invalidate the session in your servlet code. Once session.invalidate() has been called, you no longer have any session properties to get, including your session li