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:
Yasuo Ohgaki 2014-01-22 05:54:18 +00:00
parent 1ac00473c3
commit 73f204de3d

View file

@ -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">