"Diethelm Guallar, Gonzalo" <[EMAIL PROTECTED]> writes:
> data.getResponse().setHeader("Cache-Control", "no-cache"); //HTTP 1.1
> data.getResponse().setHeader("Pragma", "no-cache"); //HTTP 1.0
> data.getResponse().setDateHeader("Expires", 0); //prevents caching
I've also had great luck with these settings (implemented in a variety
of languages).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]