From e25d1259b33e783322bc31225e72b72dadd24c51 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 15 Dec 1999 18:28:00 +0000 Subject: [PATCH] Documented the influence of track_vars/gpc_globas on restoring session. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17257 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index f13148f9ba..c7c964b114 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -37,6 +37,18 @@ by the session module unless the user defines them later. + + track_vars and gpc_globals + configuration settings influence how the session variables get + restored. If track_vars is enabled, then the + restored session variables will be available in the global + associative array $HTTP_STATE_VARS. If + gpc_globals is enabled, then the session + variables will be restored to corresponding global variables. If + both of these settings are enabled, then the globals variables and + the $HTTP_STATE_VARS entries will reference the same value. + + There are two methods to propagate a session id: @@ -250,7 +262,7 @@ close module will use cookies to store the session id on the client side. Defaults to 1 (enabled). - + @@ -561,7 +573,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../manual.ced" +sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil