yohgaki         Tue Jan 15 08:54:37 2002 EDT

  Modified files:              
    /phpdoc/en/functions        session.xml 
  Log:
  Correct session variable behavior description.
  
  
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.73 phpdoc/en/functions/session.xml:1.74
--- phpdoc/en/functions/session.xml:1.73        Tue Jan 15 08:52:19 2002
+++ phpdoc/en/functions/session.xml     Tue Jan 15 08:54:37 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -169,7 +169,8 @@
    </para>
    <para>
     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)
    </para>
    <para>
     There are two methods to propagate a session id:


Reply via email to