From d56e3bc00cecde2c4ed6930a5cd4aa2d85bda29d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 09:46:14 +0000 Subject: [PATCH] Added default for session lifetime git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18193 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 747159f0c..33b3d18e9 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -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" => "", -- 2.30.2