From 3dc1f6edfafbb27dd5af76e24f3e7ff1e42169eb Mon Sep 17 00:00:00 2001 From: Nigel Date: Tue, 2 Nov 2010 19:06:48 +0530 Subject: [PATCH] Fixed the minutes into seconds for session timeout Fixes #1255 Signed-off-by: mark_story --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index a0ae31f671c..413718e8c6f 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -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');