From 7ea3a62b8af3a088fa95ab21520209eeffaa7acb Mon Sep 17 00:00:00 2001 From: Ganon Date: Fri, 18 Dec 2015 15:06:12 +0100 Subject: [PATCH] Update framework.rst (typo in sesssion) Typo in sesssion.cookie_lifetime instead of session.cookie_lifetime --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 1e043cc254c..c51ae4ffd90 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -733,7 +733,7 @@ cookie_lifetime **type**: ``integer`` **default**: ``null`` This determines the lifetime of the session - in seconds. The default value -- ``null`` - means that the ``sesssion.cookie_lifetime`` value from ``php.ini`` +- ``null`` - means that the ``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.