summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29bff75)
raw | patch | inline | side by side (parent: 29bff75)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 09:46:14 +0000 (09:46 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 747159f0c4ba99f7996eef4e07ba0f91b8a5a3d1..33b3d18e9db69babfe899a87baa990aa2166fd44 100644 (file)
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" => "",