From b68335e75ec81ede3fdf7a199f3141ac7aecdd34 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 15 Jan 2002 13:54:37 +0000 Subject: [PATCH] Correct session variable behavior description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67826 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index a4b7fa3996..416f784ee5 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -169,7 +169,8 @@ else { If user use session_register() to register session variable, - $HTTP_SESSION_VARS/$_SESSION will not be in these array. + $HTTP_SESSION_VARS/$_SESSION will not have these variable in array + until it is loaded from session storage. (i.e. until next request) There are two methods to propagate a session id: