With Chrome 80 going stable on Feb 4, 3rd party cookies without the SameSite=None setting will be blocked. https://blog.chromium.org/2019/10/developers-get-ready-for-new.html. In our testing, this breaks sticky sessions for services that are iframed into another page.
I think it should be possible to update CookieOptions to allow configuring the SameSite settings.
With Chrome 80 going stable on Feb 4, 3rd party cookies without the SameSite=None setting will be blocked. https://blog.chromium.org/2019/10/developers-get-ready-for-new.html. In our testing, this breaks sticky sessions for services that are iframed into another page.
I think it should be possible to update CookieOptions to allow configuring the SameSite settings.