Re: [phplib] Session object From: Douglas Bridges (doug_bridges <email protected>)
Date: 07/21/00

Are you using IE5? IE5 does some odd caching that makes some pages act
weird. You can look through the archives of this list to see how to change
your pages to not be cached by IE5(I have forgotten off the top of my head).

Doug

>From: "Iliasse Arsalane" <arsalane <email protected>>
>To: <phplib <email protected>>
>Subject: [phplib] Session object
>Date: Fri, 21 Jul 2000 11:37:58 +0200
>
>Hi, i m testing the Session object of phplib.
>i use this sample code
>
> <?
> page_open(array("sess" => "My_Session"));
> $sess->register ("counter");
> $counter ++;
> printf("<font color='red'>You have visited this page %s
>times!</font><br>",$counter);
> page_close();
> ?>
>
>but this not works normally :
>i reload this page many times, the counter is not incremented by 1.
>instead of having something like 1, 2, 3, 4 ...
>i have : 1,1,1,1,1,1,7,7,7,7,7,12...
>
>any ideas ?
>
>thanks
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: phplib-unsubscribe <email protected>
>For additional commands, e-mail: phplib-help <email protected>
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

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