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:
Jakub Vrana 2006-08-16 12:31:24 +00:00
parent 01b2faf5b3
commit c67d489735

View file

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