mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Correct session variable behavior description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
debe916a53
commit
b68335e75e
1 changed files with 3 additions and 2 deletions
|
@ -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 @@ else {
|
|||
</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:
|
||||
|
|
Loading…
Reference in a new issue