From debe916a5300c41785b2b183ad6e2f39bae36a90 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 15 Jan 2002 13:52:19 +0000 Subject: [PATCH] Fix description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67825 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index 4bb9a0a5c9..a4b7fa3996 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -163,8 +163,13 @@ else { linkend="ini.track-vars">track_vars and register_globals - are enabled, then the globals variables and the $HTTP_SESSION_VARS - entries will reference the same value. + are enabled, then the globals variables and the + $HTTP_SESSION_VARS/$_SESSION entries will reference the same value + for already registered variables. + + + If user use session_register() to register session variable, + $HTTP_SESSION_VARS/$_SESSION will not be in these array. There are two methods to propagate a session id: