Re: [PHP] killing a session

2001-04-19 Thread Phillip Bow
Check out http://php.net/manual/en/function.session-destroy.php -- phill ""Ellis Heckman"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This does seem to work well. Thanks a lot. > > unlink(session_save_path().'/sess_'.$PHPSESSID); > setcookie('PHPSESSID',''

[PHP] killing a session

2001-04-19 Thread Ellis Heckman
This does seem to work well. Thanks a lot. unlink(session_save_path().'/sess_'.$PHPSESSID); setcookie('PHPSESSID','',time()-3600,'/'); Ellis Heckman [EMAIL PROTECTED] http://www.sigmathree.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a