Date: 09/15/02
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/sybase ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/printer ini.xml reference.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
betz Sun Sep 15 11:21:55 2002 EDT
Modified files:
/phpdoc/en/reference/session ini.xml
Log:
url_rewriter tags added
typo fix
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.2 phpdoc/en/reference/session/ini.xml:1.3
--- phpdoc/en/reference/session/ini.xml:1.2 Sun Sep 15 06:19:41 2002
+++ phpdoc/en/reference/session/ini.xml Sun Sep 15 11:21:55 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -110,7 +110,12 @@
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
</row>
-
+ <row>
+ <entry>url_rewriter.tags</entry>
+ <entry>"a=href,area=href,frame=src,input=src,form=fakeentry"</entry>
+ <entry>PHP_INI_ALL</entry>
+ </row>
+
<!-- Not yet
<row>
<entry>session.encode_sources</entry>
@@ -158,7 +163,8 @@
<note>
<simpara>
Windows users have to change this variable in order to use PHP's
- session functions.
+ session functions. Make sure to specify a valid path, e.g.:
+ <filename>c:/temp</filename>.
</simpara>
</note>
</listitem>
@@ -207,7 +213,7 @@
<simpara>
<literal>session.gc_maxlifetime</literal> specifies the number
of seconds after which data will be seen as 'garbage' and
- cleaned up.
+ cleaned up.
</simpara>
<note>
<simpara>If you are using the default file-based session handler, your
@@ -314,7 +320,7 @@
</listitem>
<listitem>
<simpara>
- <literal>url_rewriter.tags</literal> spefifies which html tags
+ <literal>url_rewriter.tags</literal> specifies which html tags
are rewritten to include session id if transparent sid support
is enabled. Defaults to
<literal>a=href,area=href,frame=src,input=src,form=fakeentry</literal>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/sybase ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/printer ini.xml reference.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

