|
session_unsetFree all session variables Description
bool session_unset()
The session_unset function frees all session variables currently registered. ParametersThis function has no parameters. Return Values
Returns Changelog
Notes
Caution
Do NOT unset the whole $_SESSION with
Caution
This function works only if a session is active. It will not clear the
$_SESSION array if the session has not been started yet
or has already been destroyed. Use |