"Kirk Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > If register_globals is "Off" in php.ini, then do the following: > > - do not use session_register(), etc. > - use $HTTP_SESSION_VARS for all accesses.
I have code similar to Henry's running fine on both 4.0.5 and 4.2.3 servers with register_globals set to "On". His code _should_ work. I think there's some other setting in php.ini that's causing an issue here. Henry, could you do a phpinfo() and show us the results? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php