mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
WS FIX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1ba4970dc
commit
1c863a214d
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -46,12 +46,12 @@
|
|||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Please note when working with sessions that a record of a session
|
||||
is not created until a variable has been registered using the
|
||||
<function>session_register</function> function or by adding a new
|
||||
key to the <varname>$_SESSION</varname> superglobal array. This
|
||||
holds true regardless of if a session has been started using the
|
||||
<function>session_start</function> function.
|
||||
Please note when working with sessions that a record of a session
|
||||
is not created until a variable has been registered using the
|
||||
<function>session_register</function> function or by adding a new
|
||||
key to the <varname>$_SESSION</varname> superglobal array. This
|
||||
holds true regardless of if a session has been started using the
|
||||
<function>session_start</function> function.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue