From 58cf36943938d831dec69d7d99d354411a50331c Mon Sep 17 00:00:00 2001 From: artem kolesnikov Date: Tue, 14 Jan 2014 13:52:45 +0200 Subject: [PATCH] Fixed doc for framework.session.cookie_lifetime refrence. --- reference/configuration/framework.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index ca972b6bcb1..ade3c89fe22 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -169,10 +169,12 @@ name which is defined in the ``php.ini`` with the ``session.name`` directive. cookie_lifetime ............... -**type**: ``integer`` **default**: ``0`` +**type**: ``integer`` **default**: ``null`` -This determines the lifetime of the session - in seconds. By default it will use -``0``, which means the cookie is valid for the length of the browser session. +This determines the lifetime of the session - in seconds. It will use ``null`` by +default, which means ``session.cookie_lifetime`` value from ``php.ini`` will be used. +Setting this value to ``0`` means the cookie is valid for the length of the browser +session. cookie_path ...........