--
The reason why is because you have added the statement
response.setHeader("Pragma","no-cache");
which causes the browser not to cache the pages
mike
fi95 Yann Deydier wrote:
> --
>
> Hi,
>
> I still have some problems with the "back" browser bouton. It
> appears that sometimes, the page is not reloaded when using that
> button, specialy when this page contains a formular.
>
> This is what I do :
> response.setHeader("Expires","0");
> response.setHeader("Pragma","no-cache");
>
> strOut.append("<META HTTP-EQUIV=\"EXPIRES\" Content=\"Tue, 04 Dec 1993
> 21:29:02 GMT\">");
>
> but that does not seems to be enough...
>
> Any idea ?
>
> Thanks a lot,
>
> Yann
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]