RE: [PHP] Re: IsSet() and $_SESSION

2003-06-30 Thread Ford, Mike [LSS]
> -Original Message- > From: John Manko [mailto:[EMAIL PROTECTED] > Sent: 30 June 2003 15:14 > To: [EMAIL PROTECTED] > Subject: [PHP] Re: IsSet() and $_SESSION > > > None of these worked for me. ok, if you look at the code, the part > where "echo $_SE

[PHP] Re: IsSet() and $_SESSION

2003-06-30 Thread John Manko
None of these worked for me. ok, if you look at the code, the part where "echo $_SESSION['uid'];" is actually works. I get a print out of the variable. if i call session_start() before anything, set variables in $_SESSION, and check it on another page, the session variables do not exist. in f