mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
c7581dedee
commit
e25d1259b3
1 changed files with 14 additions and 2 deletions
|
@ -37,6 +37,18 @@
|
|||
by the session module unless the user defines them later.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<literal>track_vars</literal> and <literal>gpc_globals</literal>
|
||||
configuration settings influence how the session variables get
|
||||
restored. If <literal>track_vars</literal> is enabled, then the
|
||||
restored session variables will be available in the global
|
||||
associative array $HTTP_STATE_VARS. If
|
||||
<literal>gpc_globals</literal> 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.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
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 <literal>1</literal>
|
||||
(enabled).</simpara></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<note>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue