Applying updates to skel/core.php. Fixes #1255

This commit is contained in:
mark_story 2010-11-02 21:43:33 -04:00
parent 3dc1f6edfa
commit 2403d7fedc

View file

@ -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');