|
Posted by Stefan Mueller on 10/13/60 11:32
> You could ID each page with an ID number and store the ID number in your
> session, if the ID number from the session is the same as the pages, then
> don't generate a new number.
Yea, of course, I can store my random numbers within $_SESSION["..."]. I
didn't realize that $_SESSION["..."] is a session variable. I was only
focused on $_SESSION["count_session"].
Many thanks
Stefan
>> PS: I don't like to use cookies
> Session is a cookie.
Does that mean that if a user disables cookies on this browser my page won't
work?
What will happen? Error message?
Navigation:
[Reply to this message]
|