RE: [phplib] phplib problems with MSIE 5.x From: Philippe Paravicini (philippe <email protected>)
Date: 07/07/00

Set $allowcache to "no" in your session object (either in session.inc or in
a session sub-class of your creation)

> -----Original Message-----
> From: Chris Lea [mailto:chrislea <email protected>]
> Sent: Thursday, July 06, 2000 5:38 PM
> To: phplib <email protected>
> Subject: [phplib] phplib problems with MSIE 5.x
>
>
>
> Hi all. I'm sorry if this has been covered, but I'm having terrible
> cache problems with PHPLIB and MISE 5.x. I'm using version 7.2b.
> Basically, the pages get read out of the cache when they should be
> coming directly from the server. I've even tried putting
>
> header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
> header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
> header("Cache-Control: no-cache, must-revalidate");
> header("Pragma: no-cache");
>
> into the prepend.php3 and that still doesn't seem to help. Any advice or
> documentation about how to fix this problem would really be appretiated.
> Thanks.
>
> -Chris Lea
> mailto:chrislea <email protected>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>