mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Further description of GC and cookie_lifetime
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218292 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
01b2faf5b3
commit
c67d489735
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -338,7 +338,7 @@
|
|||
<simpara>
|
||||
<literal>session.gc_maxlifetime</literal> specifies the number
|
||||
of seconds after which data will be seen as 'garbage' and
|
||||
cleaned up.
|
||||
cleaned up. Garbage collection occurs during session start.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
|
@ -452,6 +452,9 @@
|
|||
<literal>0</literal>. See also
|
||||
<function>session_get_cookie_params</function> and
|
||||
<function>session_set_cookie_params</function>.
|
||||
Since the cookie is returned by the browser, it is not prolonged to
|
||||
suffice the lifetime. It must be sent manually by
|
||||
<function>setcookie</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue