|
session_unsetFree all session variables Description
void session_unset
( void
)
The session_unset function frees all session variables currently registered. Return ValuesNo value is returned. Notes
Caution
Do NOT unset the whole $_SESSION with unset($_SESSION) as this will disable the registering of session variables through the $_SESSION superglobal. |