[PHP] Re: Session not working...

2004-01-25 Thread Vernon
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

[PHP] Re: Session Not Working

2003-03-21 Thread Paonarong Buachaiyo
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