2020-01-17 13:18:54 +00:00
|
|
|
= Highlights
|
|
|
|
|
|
|
|
== SameSite cookie changes with upcoming Google Chrome update
|
|
|
|
|
|
|
|
Starting with version 80, Google Chrome will change the default value for the `SameSite` cookie parameter to `Lax`.
|
|
|
|
Therefore, changes were required to several {project_name} cookies (especially those which are used within the
|
|
|
|
Javascript adapter for checking the session status using the iframe) to set `SameSite` parameter to `None`. Please note
|
2022-10-19 06:50:08 +00:00
|
|
|
that this setting also requires setting the `Secure` parameter, hence starting with this version, the Javascript
|
2020-01-17 13:18:54 +00:00
|
|
|
adapter will only be fully functional when using the SSL / TLS connection on the {project_name} side.
|