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]>