Hi, I was wondering if there have been discussions to change the behaviour around cookie generation in the Rfc6265CookieProcessor to allow for explicit generation of SameSite=none cookies in light of the changes coming to Chrome 80, in February of 2020: https://blog.chromium.org/2019/10/developers-get-ready-for-new.html.
>From what I see in the existing code, SameSite=none is an implicit default and will not result in that property being explicitly set on the generated cookie. Thanks, Michael