Closed
Description
Expected Behavior
able to add Partitioned cookie attribute for spring session in DefaultCookieSerializer
Current Behavior
no field available for partitioned
Context
This is relevant for webapps embedded in IFrames across domains, typically those which already have configured "SameSite=None" cookie attribute: starting 2024, Google/Chrome will start phasing out third-party cookies, see https://developers.google.com/privacy-sandbox/3pcd
we need to have this attribute set to have our site working embedded in chrome.