Re: [PHP] PHP session won't die!

2003-11-09 Thread Marek Kilimajer
[EMAIL PROTECTED] wrote: I have tried about 15 combinations of unset(), session_unregister(), session_destroy(), session_unset(), $_SESSION = array(), I miss session_start in the list. You have to start the session prior to destroying it. -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] PHP session won't die!

2003-11-08 Thread rob
I cannot, for the love of Job, get a login session to die! I am defining my sessions using the $_SESSION superglobal, register_globals is off, and I have tried about 15 combinations of unset(), session_unregister(), session_destroy(), session_unset(), $_SESSION = array(), and even setcookie us