RE: logout/Back Button problem

2005-11-23 Thread R.Vijayaraghavan
-Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 9:18 PM To: Struts Users Mailing List Subject: Re: logout/Back Button problem Firefox? Add no-store: This does not work in IE. Any other thing which can be tried? regards

logout/Back Button problem

2005-11-15 Thread Srinivas Jadcharla
Hi There, I have a problem logging out my Struts Based Web Application.Here iam giving the code in Logout Action.. request.getSession().removeAttribute(ssn); request.getSession().removeAttribute(pin); request.getSession().removeAttribute(parentrole); request.getSession().invalidate();

Re: logout/Back Button problem

2005-11-15 Thread Michael Jouravlev
Firefox? Add no-store: response.setHeader(Cache-Control, no-cache, no-store); On the other hand, SSL + no-cache should work for Firefox as well, hmm... On 11/15/05, Srinivas Jadcharla [EMAIL PROTECTED] wrote: Hi There, I have a problem logging out my Struts Based Web Application.Here iam