maticzav/nookies

SameSite Cookie

hernandemonteiro opened this issue · 3 comments

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

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

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

thanks