Browser caching is all dependent on the browser obeying, or understanding the directives. I cant quote anything recent, but I think there was some problems with IE doing whatever it wanted awhile back. I think it was IE anyway...
In other words, you may be doing everything right... Just another angle to consider -----Original Message----- From: carlos list [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: Re: Prevent Cache. Yes, I have a proxy server for Extranet access, but my application runs only on the intranet. >From: Chuck Cavaness <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: Re: Prevent Cache. >Date: Fri, 24 Jan 2003 19:00:09 -0500 > >Just out of curiosity, are you using a proxy server? > >chuck > > > > From: "carlos list" <[EMAIL PROTECTED]> > > Date: 2003/01/24 Fri PM 06:09:53 EST > > To: [EMAIL PROTECTED] > > Subject: Prevent Cache. > > > > > > > > > > > > Hello List, i'm dealing with the old problem of preventing browser >chache. > > I've tried all the combinations i found in the archive: > > > > Code in my JSP view: <%response.setHeader("Cache-Control","no-cache"); > > response.setHeader("Pragma","no-cache"); > > response.setDateHeader("Expires",0); > > %> > > > > Also the same code in my Action class. > > > > And nocache=true in the initialization parameters of the > > ActionServlet. > > > > But nothing seems to work. > > > > Has anyone solved this problem effectively? > > > > thanks in advanced. > > > > Carlos. > > > > _________________________________________________________________ > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > http://join.msn.com/?page=features/virus > > > > > > -- > > To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

