Hi,

> The problem is that the $_SESSION['userid'] doesn't return anything on
> this page..
> Am I not calling the session variable correctly or not storing it
> correctly?
> In my php.ini I have globals turned off.  Does this effect it?

        Hi, yeah, its my understanding (and someone can correct me if I am wrong..)
that if you have that turned off, then you can't use session_register().
Instead, do $_SESSION['userid'] = 10; and see if that works.

-Dan Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to