X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=46c52cb91317d3a0c75b86d8008b23c3969a1283;hb=8271ee981f41b1442d5c9c1d7b1ed2fc639c10b3;hp=92d32e76f9ec8b67a4ec8c279268079b7889b768;hpb=9b16f8f89f00a7429f85144527a97d1168ea0000;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); } }