RE: [PHP-WIN] End session

2002-07-29 Thread Rich Gray
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

RE: [PHP-WIN] End session

2002-07-29 Thread Peter
; 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

[PHP-WIN] End session

2002-07-29 Thread Kit Kerbel
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']