Re: Session varibable problem, please help

From: Steve (ThisOne_at_Aint.valid)
Date: 12/12/04


Date: Sun, 12 Dec 2004 19:43:19 +1300

effendi@epitome.com.sg wrote:
> My hosting provider has C:\tmp created and re-started the server, Still
> no luck.
>
> Sorry if this is a stupid question.
>
> Since the variable [IsAdminLogged] exists when I printed $_session, why
> does it not picked up for line
>
> if (!isset($_SESSION['IsAdminLoggedIn']))
> logically it should,. Shouldn't it?
>

No, bcause you set one variable, and test one with another name, perhaps?