Code

Added default for session lifetime
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 09:46:14 +0000 (09:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 09:46:14 +0000 (09:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18193 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index 747159f0c4ba99f7996eef4e07ba0f91b8a5a3d1..33b3d18e9db69babfe899a87baa990aa2166fd44 100644 (file)
@@ -318,7 +318,7 @@ class core extends plugin {
                         array(
                                 "name"          => "sessionLifetime",
                                 "type"          => "integer",
-                                "default"       => "",
+                                "default"       => 7200,
                                 "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"       => "",