(PHP4 )
bool session_destroy(void);
bool session_destroy
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.