X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fmain.php;h=2ea2668a21bc692425edd6036d589a10c389d8e0;hb=5c2d01aab3c13cca9f03b4983a3a00b4ea47ae51;hp=6e939144447e7a245b3a6619f06d9db33027ed24;hpb=7865b09acca10316cd15c4a964236cb06c01ed9e;p=gosa.git diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 6e9391444..2ea2668a2 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -77,7 +77,7 @@ if(session::global_get('_LAST_PAGE_REQUEST') == ""){ }else{ /* check GOsa.conf for defined session lifetime */ - $max_life= $config->get_cfg_value("core","sessionLifetime", 60*60*2); + $max_life= $config->get_cfg_value("core","sessionLifetime"); /* get time difference between last page reload */ $request_time = (time()- session::global_get('_LAST_PAGE_REQUEST'));