From 47a8ce7093d3a92f4ecf386a0e5e54c31e5f7e38 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 99e9090f0df..f7f56422799 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -746,7 +746,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.