Tomcat's context.xml
defines CookieProcessor
(default LegacyCookieProcessor
).
Apache Tomcat 9 Configuration Reference
I'm trying to add attribute(s) shown on cookie processor, however that doesn't seems to be working
<CookieProcessor className="org.apache.tomcat.util.http.LegacyCookieProcessor" sameSiteCookies="strict" />
I don't see Tomcat's response header cookie with sameSite
attribute being set.