X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=fd79b96286a1220710304750b1927f11a2a318af;hb=86751c7ae29073882765941b5c636a178b2d6d19;hp=46c7f6ea5f8cfbfc0bf8c770779e59036015f2b3;hpb=caaa17becdae3615d24ae3e36f70eebe0ede2362;p=kivitendo-erp.git 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"; } }