Skip to content

Commit

Permalink
Fixed the minutes into seconds for session timeout Fixes #1255
Browse files Browse the repository at this point in the history
Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
Nigel authored and markstory committed Nov 3, 2010
1 parent e6aeae8 commit 3dc1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/core.php
Expand Up @@ -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');
Expand Down

0 comments on commit 3dc1f6e

Please sign in to comment.