Closed wataruoguchi closed 4 years ago
About the SameSite attribute: https://www.chromestatus.com/feature/5088147346030592
Current behaviour - The SameSite attribute is not supported as Plack's Cookie::Baker is v0.7.
SameSite
It looks like the latest (v.0.11) Cookie::Baker supports the SameSite attribute. The history here: https://metacpan.org/changes/distribution/Cookie-Baker
We'd love to support the attribute with Plack. I assume we just need to bump up the version of Cookie::Baker.
My issue has been resolved by installing the latest version of Cookie::Baker separately. I'm closing this issue.
Cookie::Baker
About the SameSite attribute: https://www.chromestatus.com/feature/5088147346030592
Current behaviour - The
SameSite
attribute is not supported as Plack's Cookie::Baker is v0.7.It looks like the latest (v.0.11) Cookie::Baker supports the
SameSite
attribute. The history here: https://metacpan.org/changes/distribution/Cookie-BakerWe'd love to support the attribute with Plack. I assume we just need to bump up the version of Cookie::Baker.