session_is_registered( ) returns TRUE if there is a variable with the name name registered in the current session .
הערה :
If you are using $HTTP_SESSION_VARS / $_SESSION , do not use session_register( ) , session_is_registered( ) and session_unregister( ) .