session_is_registered() returns TRUE if there is a global variable with the name name registered in the current session, FALSE otherwise
(restituisce TRUE se c'è una variabile globale con il nome nome registrato nella sessione corrente, FALSE in caso contrario)
isset() returns TRUE if var exists and has value other than NULL, FALSE otherwise
(restituisce TRUE se var esiste e ha valore diverso da NULL, FALSE altrimenti)