I have faced similar problems. The solution I decided on was to open the
page in a new browser at login. Then, when you log out, kill that page
using JavaScript.
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's JavaServlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Arora
Tripti
Sent: Wednesday, January 10, 2001 2:44 AM
To: [EMAIL PROTECTED]
Subject: Re: log out
I have used sessions also and when the logoff is pressed the session is
invalidated using
session.invalidate but the html page is in history and when the back button
of the browser is
clicked the previous page is again loaded.
I even tried to expire the cache but then none of the previous pages are
getting dispalyed
giving a warning page even before the user loggs out & tries to go back by
clicking the
back button of the browser.
please help....
Tripti
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html