X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=46c52cb91317d3a0c75b86d8008b23c3969a1283;hb=7e253668beb345d8109c10da40af193de0b1cbc6;hp=92d32e76f9ec8b67a4ec8c279268079b7889b768;hpb=5c0b85694a2586940933285a6547910eb17db02f;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 92d32e76f..46c52cb91 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -385,6 +385,7 @@ sub create_http_response { $session_cookie = $cgi->cookie('-name' => $main::auth->get_session_cookie_name(), '-value' => $session_cookie_value, '-path' => $uri->path, + '-expire' => '+' . ($::lx_office_conf{authentication}->{session_timeout} // 60) . 'm', '-secure' => $::request->is_https); } }