You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cookie “PLAY_SESSION” 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
We are seeing this warning:
Would be good to bring this into line with
ukwa/ukwa-services@d0099fb
e.g.
Path=/act; SameSite=Strict; HttpOnly; Secure; Priority=High;
See the docs on configuration options: https://www.playframework.com/documentation/2.6.x/SettingsSession
The text was updated successfully, but these errors were encountered: