Figured it out.
Had to turn on RegisterGolbals (which I had, but didn't restart Apache).
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try
if ( isset($_SESSION['verified_user'])==1) {
...
}
or in main.php try to print out if there any variable or not?
"Guru Geek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I'm trying to use sessions for the first time.
>
> I have a log in script that gets the user
2 matches
Mail list logo