Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cookie setup #663

Open
anjackson opened this issue Oct 12, 2021 · 0 comments
Open

Fix cookie setup #663

anjackson opened this issue Oct 12, 2021 · 0 comments

Comments

@anjackson
Copy link
Contributor

anjackson commented Oct 12, 2021

We are seeing this warning:

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant