fix: [timeout setting] Fixed invalid cooke timeout name

pull/4019/head
iglocska 2019-01-09 05:05:17 +01:00
parent c24d9ed944
commit 814f27d7bd
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ class Server extends AppModel
'test' => 'testForNumeric',
'type' => 'string'
),
'cookie_timeout' => array(
'cookieTimeout' => array(
'level' => 0,
'description' => __('The expiration of the cookie (in MINUTES). The session timeout gets refreshed frequently, however the cookies do not. Generally it is recommended to have a much higher cookie_timeout than timeout.'),
'value' => '',