mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
delete_old_session deletes the file (bug #33619)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190477 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4184257f52
commit
4d10b07691
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.session-regenerate-id">
|
||||
<refnamediv>
|
||||
<refname>session_regenerate_id</refname>
|
||||
|
@ -27,7 +27,8 @@
|
|||
<term><parameter>delete_old_session</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to delete the old session or not. Defaults to &false;.
|
||||
Whether to delete the old associated session file or not. Defaults to
|
||||
&false;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue