X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/caaa17becdae3615d24ae3e36f70eebe0ede2362..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 46c7f6ea5..fd79b9628 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -389,6 +389,7 @@ sub create_http_response { '-path' => $uri->path, '-expires' => '+' . $::auth->{session_timeout} . 'm', '-secure' => $::request->is_https); + $session_cookie = "$session_cookie; SameSite=strict"; } }