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.