mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Applying updates to skel/core.php. Fixes #1255
This commit is contained in:
parent
3dc1f6edfa
commit
2403d7fedc
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
||||||
Configure::write('Session.cookie', 'CAKEPHP');
|
Configure::write('Session.cookie', 'CAKEPHP');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Session time out time (in minutes).
|
* Session time out time (in seconds).
|
||||||
* Actual value depends on 'Security.level' setting.
|
* Actual value depends on 'Security.level' setting.
|
||||||
*/
|
*/
|
||||||
Configure::write('Session.timeout', '120');
|
Configure::write('Session.timeout', '120');
|
||||||
|
|
Loading…
Add table
Reference in a new issue