mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
The trans in trans-sid expands to transparent, not transient.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
77c5184a56
commit
6739b32213
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
<!-- $Revision: 1.57 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -318,7 +318,7 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.use_trans_sid</literal> whether transient sid support
|
||||
<literal>session.use_trans_sid</literal> whether transparent sid support
|
||||
is enabled or not if enabled by compiling with
|
||||
<link linkend="install.configure.enable-trans-sid">
|
||||
<literal>--enable-trans-sid</literal></link>.
|
||||
|
@ -328,7 +328,7 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
<listitem>
|
||||
<simpara>
|
||||
<literal>url_rewriter.tags</literal> spefifies which html tags are
|
||||
rewritten to include session id if transient sid support is enabled.
|
||||
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>
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue