Description
bool session_register(string name);
     session_register() registers the global variable
     named name with the current session.
    
     This function returns true when the variable is successfully
     registered with the session.
    
Note:       This function was added in PHP 4.0.