X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=fd79b96286a1220710304750b1927f11a2a318af;hb=c39e831b3bceef01a851a0825ce6b19d1ddc3eda;hp=a0e7856aeef90d13836f55d812f56c92e2cbf369;hpb=6092ef39d7da3d61b6df25c9dc3ff23b1a7b8acb;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index a0e7856ae..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"; } } @@ -2525,7 +2526,7 @@ sub create_links { a.mtime, a.itime, a.intnotes, a.department_id, a.amount AS oldinvtotal, a.paid AS oldtotalpaid, a.employee_id, a.gldate, a.type, - a.globalproject_id, ${extra_columns} + a.globalproject_id, a.transaction_description, ${extra_columns} c.name AS $table, d.description AS department, e.name AS employee