This function has been deprecated as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.
Unregisters a session variable.
This function unregisters a session variable registered with session_register(). If $_SESSION was used to register the session variable, use unset() to unregister it.