Re: [PHP] $HTTP_SESSION_VARS with unset()

2002-03-14 Thread Jim Lucas [php]
: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 4:54 PM Subject: [PHP] $HTTP_SESSION_VARS with unset() > when someone logs in, it sets $HTTP_SESSION_VARS with the appropriate > information. to log them out, I tried just using > unset($HTTP_SESSION_VARS['valid_user']) b

[PHP] $HTTP_SESSION_VARS with unset()

2002-03-14 Thread SpamSucks86
when someone logs in, it sets $HTTP_SESSION_VARS with the appropriate information. to log them out, I tried just using unset($HTTP_SESSION_VARS['valid_user']) but it doesn't actually remove it from the session. it will only work if valid_user was set on the same script call (for example, if it log