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.

Re: logout/Back Button problem

2005-11-15 Thread Srinivas Jadcharla
Thanks michael On 11/15/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > 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 PROTECT

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.