Seaside icon indicating copy to clipboard operation
Seaside copied to clipboard

Add SameSite setting configuration for Cookie based tracking strategies

Open eMaringolo opened this issue 4 years ago • 0 comments

The SameSite option in the session cookie is hardcoded to be Strict, but this forbids (and actually breaks) the possibility of embedding a Seaside application into an <iframe> of a third party domain.

It should be possible to define the SameSite setting to be none, lax or strict, setting the corresponding HTTP Only and Secure attribute accordingly when set to none.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite

eMaringolo avatar Dec 04 '20 23:12 eMaringolo