(PHP4 )
session_destroy -- Destroys all data registered to a session
Description
bool session_destroy
(void);
session_destroy() destroys all of the data
associated with the current session.
This function returns true on success and false on failure to destroy
the session data.