We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While using Octane, the cookies don't include the SameSite attribute even if explicitly set in config/session.php -> same_site.
SameSite
config/session.php -> same_site
same_site
; samesite=
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
While using Octane, the cookies don't include the
SameSite
attribute even if explicitly set inconfig/session.php -> same_site
.Steps To Reproduce:
same_site
config field to something like 'lax', 'strict' or 'none'; samesite=
added in the headersThe text was updated successfully, but these errors were encountered: