[phplib] phplib problems with MSIE 5.x From: Chris Lea (chrislea <email protected>)
Date: 07/06/00

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>