> i am having a terrible time killing the session....
> someone please please help me...

This one works for me:
session_start();
$_SESSION = array();
session_destroy();

But I am surprised that there is no single command to kill the session.
The semantics of "session_destroy()" suggest that it does just that. But, as
you have found out, it does not...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to