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

SameSite cookie attribute missing from session cookies #71

Open
madmatt opened this issue Apr 7, 2021 · 0 comments
Open

SameSite cookie attribute missing from session cookies #71

madmatt opened this issue Apr 7, 2021 · 0 comments

Comments

@madmatt
Copy link
Member

madmatt commented Apr 7, 2021

This leads to issues when attempting to use the RealMeBackURL value to redirect users. This value is stored in session but in browsers like Chrome 80+ that don't sent session cookies when returning from RealMe, this gets lost and the session is re-created when the user returns from RealMe, losing the BackURL.

We've solved this for version 2.1.0 of the module (see changes here and here) - this issue is to track the resolution for the currently active version (v4).

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

No branches or pull requests

2 participants