mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- fix #15603
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
48e4009449
commit
523044f31b
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -234,6 +234,12 @@ else {
|
|||
send the appropriate cookie. <literal>SID</literal> is either of
|
||||
the form <literal>session_name=session_id</literal> or is an empty
|
||||
string.
|
||||
<note>
|
||||
<para>
|
||||
The <link linkend="ini.arg_separator.output">arg_separator.output</link>
|
||||
&php.ini; directive allows to customize the argument seperator.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
The following example demonstrates how to register a variable, and
|
||||
|
|
Loading…
Reference in a new issue