From: hickert Date: Fri, 21 May 2010 14:31:24 +0000 (+0000) Subject: Reduced sessionTimeout for security reasons X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2e276965f6061f85dc8b4af6e75205c61450b7ff;p=gosa.git Reduced sessionTimeout for security reasons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18627 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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" => "",