diff --git a/app/Config/core.default.php b/app/Config/core.default.php index fb5a68db9..f5cd5dd75 100644 --- a/app/Config/core.default.php +++ b/app/Config/core.default.php @@ -173,7 +173,7 @@ * */ Configure::write('Session', array( - 'timeout' => 3600, // Session timeout, default is 1 hour + 'timeout' => 60, // Session timeout, default is 1 hour 'defaults' => 'database' ));