[PHP-DOC] cvs: phpdoc /en/reference/session reference.xml From: Jan Lehnardt (jan <email protected>)
Date: 06/14/02

jan Fri Jun 14 09:34:07 2002 EDT

  Modified files:
    /phpdoc/en/reference/session reference.xml
  Log:
   - fix #15603
  
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.6 phpdoc/en/reference/session/reference.xml:1.7
--- phpdoc/en/reference/session/reference.xml:1.6 Wed Jun 12 05:50:49 2002
+++ phpdoc/en/reference/session/reference.xml Fri Jun 14 09:34:07 2002
@@ -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 @@
     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