X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/caaa17becdae3615d24ae3e36f70eebe0ede2362..2b2a37fd95a5cae44a8c6862e79f86d2cbc2a189:/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"; } }