Bug 25715

Summary: Cookie “CGISESSID” will be soon rejected
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: dcook, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25360
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2020-06-11 12:50:34 UTC
Testing something else I noticed this warning in the console:

Cookie “CGISESSID” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Filing so we can check if changes need to be made.
Comment 1 David Cook 2020-06-17 02:33:09 UTC
I've already fixed this on Bug 25360, although it needs more testing and sign off. 

I also did a very small patch. The creation of the CGISESSID cookie could/should be refactored to be more maintainable...
Comment 2 Katrin Fischer 2020-06-17 07:32:10 UTC

*** This bug has been marked as a duplicate of bug 25360 ***