[phplib] Session object From: Iliasse Arsalane (arsalane <email protected>)
Date: 07/21/00

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>