From c437efd2a53cb1ec49e0237c8216aa52c6c0afa4 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Thu, 23 Nov 2017 10:13:42 +0100 Subject: [PATCH] Improved documentation --- app/Config/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/core.php b/app/Config/core.php index e8dc9afda..da5555a34 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -198,6 +198,7 @@ * * - `Session.cookie` - The name of the cookie to use. Defaults to 'CAKEPHP' * - `Session.timeout` - The number of minutes you want sessions to live for. This timeout is handled by CakePHP + * - `Session.useForwardsCompatibleTimeout` - Whether or not to make timeout 3.x compatible. * - `Session.cookieTimeout` - The number of minutes you want session cookies to live for. * - `Session.checkAgent` - Do you want the user agent to be checked when starting sessions? You might want to set the * value to false, when dealing with older versions of IE, Chrome Frame or certain web-browsing devices and AJAX