Try adding these as well:
$page.setHttpEquiv("Cache-Control", "no-store")
$page.setDateHeader("Expires", "-1")
-keng wong
> -----Original Message-----
> From: Scott Eade [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 10:05 PM
> To: [EMAIL PROTECTED]
> Subject: Browser cache control
>
>
> Because the data changes all of the time, I need to instruct all
> browsers that surf to my turbine site to not use their cache nor
> any other cache that may be sitting in a proxy server between
> the browser and the web server. To do this I currently have:
>
> $page.setHttpEquiv("Cache-Control", "no-cache")
> $page.setHttpEquiv("Pragma", "no-cache")
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]