mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed the minutes into seconds for session timeout Fixes #1255
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
e6aeae8935
commit
3dc1f6edfa
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
Configure::write('Session.cookie', 'CAKEPHP');
|
||||
|
||||
/**
|
||||
* Session time out time (in minutes).
|
||||
* Session time out time (in seconds).
|
||||
* Actual value depends on 'Security.level' setting.
|
||||
*/
|
||||
Configure::write('Session.timeout', '120');
|
||||
|
|
Loading…
Reference in a new issue