mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add note about the XHTML conformity for url_rewriter.tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115682 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c6c63c89e4
commit
12cd650274
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -484,8 +484,14 @@
|
|||
<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>
|
||||
<literal>a=href,area=href,frame=src,input=src,form=fakeentry,fieldset=</literal>
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
If you want XHTML conformity, remove the <literal>form</literal> entry and
|
||||
use the <fieldset> tags around your form fields.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue