The following works well for me

response.setHeader("CACHE-CONTROL", "max-age=0, must-revalidate");

Basically it seems to use the cache for images/javascript etc (which is
good) and re-requests a URL from the webserver when the user requests it
again or hits the back/forward buttons

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christian
Fernandes
Sent: Tuesday, 5 December 2000 8:25 PM
To: Orion-Interest
Subject: cache-control problem


Hi!

Does anyone know how to configure orionserver's HTTP-response for
cache-control. I would like to change it from the default value "private" to
"no-cache" and "expire date" to 0, so that the pages are not cached on a
proxy.

thanks...

Christian





Reply via email to