RE: [phplib] phplib problems with MSIE 5.x From: Boseret, Nicolas (nicolas.boseret <email protected>)
Date: 07/07/00

Hi there,
I've got the same problem and I did set $allowcache to 'no' I've put no
refresh meta tags to the pages, I commented the function send header in
session.inc ... but this IE5 is still caching ... I'm unable to see any
modification of my shopping cart ... The most incredible is that the site is
perfect under netscape ;)
does anyone have another trick to do ...

-----Original Message-----
From: Philippe Paravicini [mailto:philippe <email protected>]
Sent: Friday, July 07, 2000 6:17 AM
To: Chris Lea
Cc: phplib
Subject: RE: [phplib] phplib problems with MSIE 5.x

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>

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