<?
session_start();
if(session_destroy()) echo "You are now logged out";
?>

is there something wrong with this?
because i've seen many comments where people say that you can't have start
and destroy in the same script.

/Kristofer


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to