I see these couple lines in the Orion Primer.

// Make sure this page will not be cached by the browser
response.addHeader("Pragma", "no-cache");
response.addHeader("Cache-Control", "no-store");

I'm not sure if this is what you want.
Thanks,
Joe Knudsen

> -----Original Message-----
> From: Christian Fernandes [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 05, 2000 4:25 AM
> 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