mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add trans sid limitation to session_regenerate_id()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332711 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ac00473c3
commit
73f204de3d
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
<function>session_regenerate_id</function> will replace the current
|
||||
session id with a new one, and keep the current session information.
|
||||
</para>
|
||||
<para>
|
||||
When <link linkend="ini.session.use-trans-sid">session.use_trans_sid</link>
|
||||
is enabled, output must be started after <function>session_regenerate_id</function>
|
||||
call. Otherwise, old session ID is used.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue