ID: 9004
Updated by: sbergmann
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Session related
Assigned To:
Comments:
$HTTP_SESSION_VARS provides a means to access the contents of registered session
variables if you have disabled register_globals.
There is no sense in doing the following
<?php
session_start();
session_register("HTTP_SESSION_VARS");
?>
Neither the code shown above, nor
$s = serialize($HTTP_SESSION_VARS);
causes a crash on my system.
Previous Comments:
---------------------------------------------------------------------------
[2001-01-30 10:52:36] [EMAIL PROTECTED]
The server crashes when executing this code ??? May be this is brohibited?
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9004&edit=2
--
PHP Development 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]