I have been having error messages relating to a session variable. I did
a print_r of the $session and I got the following results
Array ( [language] => english [languages_id] => 1 [selected_box] =>
configuration [IsAdminLoggedIn] => 1 )
Fatal error: Session variable IsAdminLoggedIn is not globally defined
As you could see in the print out, the variable IsAdminLogged in is set
and yet I get the error message, does anyone know what is going on?
Thanks
a print_r of the $session and I got the following results
Array ( [language] => english [languages_id] => 1 [selected_box] =>
configuration [IsAdminLoggedIn] => 1 )
Fatal error: Session variable IsAdminLoggedIn is not globally defined
As you could see in the print out, the variable IsAdminLogged in is set
and yet I get the error message, does anyone know what is going on?
Thanks
Comment