Hello,
is it meant that
session_register("test");
$GLOBALS['HTTP_SESSION_VARS']['test'] = 'Hello World!';
does not work properly (session variable test is not initialized with the
value 'Hello World!') if register_globals is turned on, but when it is
turned off?
Best regards
Niklas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Session variables and register_global Niklas Neumann
- RE: [PHP] Session variables and register_global Johnson, Kirk

