From 2e276965f6061f85dc8b4af6e75205c61450b7ff Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 21 May 2010 14:31:24 +0000 Subject: [PATCH] Reduced sessionTimeout for security reasons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18627 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 4745fa22f..db96508f5 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -383,7 +383,7 @@ class core extends plugin { array( "name" => "sessionLifetime", "type" => "integer", - "default" => 7200, + "default" => 600, "description" => _("The 'sessionLifetime' value defines when a session will expire in seconds. For Debian systems, this will not work because the sessions will be removed by a cron job instead. Please modify the value inside of your php.ini instead."), "check" => "gosaProperty::isInteger", "migrate" => "", -- 2.30.2