Bug 25715 - Cookie “CGISESSID” will be soon rejected
Summary: Cookie “CGISESSID” will be soon rejected
Status: RESOLVED DUPLICATE of bug 25360
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-11 12:50 UTC by Katrin Fischer
Modified: 2020-06-17 07:32 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***