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 #567

Open
hernandemonteiro opened this issue Nov 24, 2022 · 3 comments
Open

SameSite Cookie #567

hernandemonteiro opened this issue Nov 24, 2022 · 3 comments

Comments

@hernandemonteiro
Copy link

This message is from firefox, it's a problem?
if this a problem, how i can solute?

O cookie "user" não tem o atributo "SameSite" com valor válido.
Em breve, cookies sem o atributo "SameSite" ou com valor
inválido serão tratados como "Lax". Significa que o cookie não será
mais enviado em contextos de terceiros. Se sua aplicação 
depender da disponibilidade deste cookie em tais contextos, adicione
o atributo "SameSite=None". Saiba mais sobre o atributo 
"SameSite" em https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
@vixalien
Copy link

vixalien commented May 30, 2023

I also have the same message.Wonder if it has been fixed:

Cookie “flash” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”.
This means that the cookie will no longer be sent in third-party contexts.
If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it.
To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

@hernandemonteiro
Copy link
Author

I also have the same message.Wonder if it has been fixed:

Cookie “flash” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”.
This means that the cookie will no longer be sent in third-party contexts.
If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it.
To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Hi, the cookies is sended in all requests, but will not send more, because of this you can use SameSite=None when you set your cookie this config will help you to send your cookie in your request

@vixalien
Copy link

vixalien commented Jun 7, 2023

thanks

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

2 participants