Code

Reduced sessionTimeout for security reasons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 14:31:24 +0000 (14:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 14:31:24 +0000 (14:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18627 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index 4745fa22ffeef090c14817afa4dc2b8e76ec2a51..db96508f55ed0516f88dcb2673466e292c04b04f 100644 (file)
@@ -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"       => "",