Title: RE: How to prevent Page Caching by Servlet ??

Hello all,

Thank you in your suggestion. Actually I had tried this header before, it works well on netscape 4.6 and IE4. But on IE5, browser still cache this page (I don't know why).

Do you have another suggestion on this case ?? And if I want to prevent proxy to store content of this page too, what would I do ??

Thank you in your advance,
Siros

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 30, 1999 3:29 PM
> To: [EMAIL PROTECTED]
> Subject: Re: How to prevent Page Caching by Servlet ??
>
> response.setHeader("pragma","no-cache");
> response.setHeader("cache-control","no-cache");
>

Reply via email to