Support SameSite attribute in CookieGenerator #27596
Labels
for: external-project
Needs a fix in external project
in: web
Issues in web modules (web, webmvc, webflux, websocket)
Affects: 5.3.10
Context: I'm using
CookieLocaleResolver
, and I have a requirement to have explicitSameSite
policies on all cookies.It would be nice if
CookieGenerator
let theSameSite
attribute be set.Spring Session has
CookieSerializer
which is nice and covers the session cookie.Thank you.
The text was updated successfully, but these errors were encountered: