Date: 07/21/00
- Next message: mark jatana: "Re: [phplib] Session object"
- Previous message: Öܺ: "[phplib] support needed"
- Next in thread: mark jatana: "Re: [phplib] Session object"
- Reply: mark jatana: "Re: [phplib] Session object"
- Maybe reply: Douglas Bridges: "Re: [phplib] Session object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: mark jatana: "Re: [phplib] Session object"
- Previous message: Öܺ: "[phplib] support needed"
- Next in thread: mark jatana: "Re: [phplib] Session object"
- Reply: mark jatana: "Re: [phplib] Session object"
- Maybe reply: Douglas Bridges: "Re: [phplib] Session object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

