]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Inventory: warnings
[mfinanz.git] / SL / Form.pm
index 92d32e76f9ec8b67a4ec8c279268079b7889b768..46c52cb91317d3a0c75b86d8008b23c3969a1283 100644 (file)
@@ -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);
     }
   }