> Why would you want to create and destroy the session data during a single
> request? That simply doesn't make sense - session persistence is designed
> to keep registered session data available across _a_series_ requests.
This I know, but it was just to show what I wanted to do.
> I believe PH
At 01:25 02.03.2001, Tobias Talltorp said:
[snip]
>session_start();
>session_register("value");
>session_unregister("value");
>session_destroy();
>?>
[snip]
Why would you want to create and destroy the session data d
I am looking into sessions at the moment and havn´t got it all working
properly to continue my journey.
I´m having problem with the session_destroy(), and after some searching in
the archive, I found out that other people have had this problem aswell, but
I didn´t find a fix...
Here is the error
3 matches
Mail list logo