- 
                Getting error for using the session variables used in PHPalmost 10 years ago 
- 
          
          about 9 years ago your mistake in line $_ESSION['loggedIn'] = 'yes'; please replace with $_SESSION['loggedIn'] = 'yes'; then will working fine 
- 
          
- 
          
          over 7 years ago you must have error in $_ESSION['loggedIn'] correct it
- 
          
- 
          
          over 9 years ago Line 10 should be $_SESSION['loggedIn'] = 'yes'; You have a small omission in your spelling of _sESSION, you missed the lower case s. 
- 
          
 
                      
                      
                      
    
    
 
               
               

3 Answer(s)