Date: 07/21/00
- Next message: Catalin Ciocoiu: "[phplib] subscribe phplib-request <email protected>"
- Previous message: Douglas Bridges: "Re: [phplib] Session object"
- In reply to: Douglas Bridges: "Re: [phplib] Session object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
thanks a lot for your responses.
the solution is:
modifying session.inc like this :
1. var $allowcache = "on";
2. //header("Cache-Control: no-cache");
> -----Message d'origine-----
> De : Douglas Bridges [mailto:doug_bridges <email protected>]
> Envoyé : vendredi 21 juillet 2000 15:28
> À : arsalane <email protected>
> Cc : phplib <email protected>
> Objet : Re: [phplib] Session object
>
>
> 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>
- Next message: Catalin Ciocoiu: "[phplib] subscribe phplib-request <email protected>"
- Previous message: Douglas Bridges: "Re: [phplib] Session object"
- In reply to: Douglas Bridges: "Re: [phplib] Session object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

