mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Added note on adding SID to relative URLs only
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43740 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff59472ac3
commit
0ecdd308b3
1 changed files with 7 additions and 0 deletions
|
@ -159,6 +159,13 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A>
|
|||
The <literal><?=SID?></literal> is not necessary, if
|
||||
<literal>--enable-trans-sid</literal> was used to compile PHP.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
Non-relative URLs are assummed to point to external sites and
|
||||
hence don't append the SID, as it would be a security risk to
|
||||
leak the SID to an different server.
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
To implement database storage, or any other storage method, you
|
||||
will need to use <function>session_set_save_handler</function> to
|
||||
|
|
Loading…
Reference in a new issue