|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-01-30 10:52 UTC] vgo at nrd dot lt
The server crashes when executing this code ??? May be this is brohibited? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
$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.