Fix description.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67825 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-01-15 13:52:19 +00:00
parent e889596dc3
commit debe916a53

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.72 $ -->
<!-- $Revision: 1.73 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -163,8 +163,13 @@ else {
linkend="ini.track-vars"><literal>track_vars</literal></link> and
<link
linkend="ini.register-globals"><literal>register_globals</literal></link>
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.
</para>
<para>
If user use session_register() to register session variable,
$HTTP_SESSION_VARS/$_SESSION will not be in these array.
</para>
<para>
There are two methods to propagate a session id: