From c67d489735c48b41a67c39f1ebd03ce7cff1c1dc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 16 Aug 2006 12:31:24 +0000 Subject: [PATCH] Further description of GC and cookie_lifetime git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218292 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index f6578679cb..1bf5ef610b 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -338,7 +338,7 @@ session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and - cleaned up. + cleaned up. Garbage collection occurs during session start. @@ -452,6 +452,9 @@ 0. See also session_get_cookie_params and session_set_cookie_params. + Since the cookie is returned by the browser, it is not prolonged to + suffice the lifetime. It must be sent manually by + setcookie.