2002 03:11
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] End session
I would like to know how to end a session, so, when the user hits logoff,
the user session is killed and if you user clicks a link that requires
he/she to be logged in, it will not have the session data stored still.
FYI, i am using t
; Subject: [PHP-WIN] End session
>
>
> I would like to know how to end a session, so, when the user hits logoff,
> the user session is killed and if you user clicks a link that requires
> he/she to be logged in, it will not have the session data stored still.
> FYI, i am usin
I would like to know how to end a session, so, when the user hits logoff,
the user session is killed and if you user clicks a link that requires
he/she to be logged in, it will not have the session data stored still.
FYI, i am using the current syntax for sessions, $_SESSION['whatever']