RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Dudley [EMAIL PROTECTED]
i'm having the same problem , please help anyone? -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:32 PM To: struts-user@jakarta. apache. org (E-mail) Subject: STRANGE: session.invalidate() is not invalidating the session

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread SUPRIYA MISRA
-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: STRANGE: session.invalidate() is not invalidating the session Date: Thu, 30 Aug 2001 10:13:40 +0200 i'm having the same problem , please help anyone? -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Shamdasani Nimmi-ANS004
Message- From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 8:07 AM To: [EMAIL PROTECTED] Subject: RE: STRANGE: session.invalidate() is not invalidating the session try adding these lines to the JSP % response.setHeader(Cache-Control,no-store); //HTTP 1.1

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Keith Bacon
AM To: [EMAIL PROTECTED] Subject: RE: STRANGE: session.invalidate() is not invalidating the session try adding these lines to the JSP % response.setHeader(Cache-Control,no-store); //HTTP 1.1 response.setHeader(Pragma,no-cache); //HTTP 1.0 response.setDateHeader (Expires, 0

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Shamdasani Nimmi-ANS004
whose URL contains the jsessionid info then I go right back into the application. -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: RE: STRANGE: session.invalidate() is not invalidating the session I

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Luna, Katherine
Title: RE: STRANGE: session.invalidate() is not invalidating the session I also am suffering from this problem. I have the user object in the session, and each jsp page except the logon.jsp checks the session. This prevents display of any page EXCEPT the one immediately following the login

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Shamdasani Nimmi-ANS004
Title: RE: STRANGE: session.invalidate() is not invalidating the session I don't remember facing this session.invalidate() not invalidating the session problem when I was using tomcat 3.2.1. Are others who got the same problem using Tomcat 4.0-b7 also? -Nimmi -Original Message

RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Shamdasani Nimmi-ANS004
Title: RE: STRANGE: session.invalidate() is not invalidating the session I do not have a welcome page. The first page is the Logon page where the user enters logon id and password which gets stored in session. During logout I am clearing these values before calling invalidate() so why

[CRAIG CAN YOU PLEASE HELP!!!]RE: STRANGE: session.invalidate() is not invalidating the session

2001-08-30 Thread Shamdasani Nimmi-ANS004
Title: RE: STRANGE: session.invalidate() is not invalidating the session I take it back. I went back to tomcat 3.2.1 andit has the same problem. One thing I did find was that if you went back to the screen with jsessionid in URL using browser back and if that screen has any links, etc