Page 1 of 1

cookie "CMSSESSID5ee1d7364385" does not have a valid value for the "SameSite" attribute.

Posted: Thu Oct 20, 2022 8:49 am
by creopard
Hello,

I'm running CMSMS 2.2.16 and discovered this waring message in the firefox console recently:
The cookie "CMSSESSIDxxxxxxxx" does not have a valid value for the "SameSite" attribute. Soon, cookies without the SameSite attribute or with an invalid value for it will be treated as lax. This means that the cookie will no longer be sent to contexts that belong to a third-party vendor. If your application requires the cookie in these contexts, please add the "SameSite=None" attribute to it. For more information about the "SameSite" attribute, see https://developer.mozilla.org/docs/Web/ ... e/SameSite.
Do I need to change anything to have the SameSite attribute for the CMSSESSID-cookie?

Re: cookie "CMSSESSID5ee1d7364385" does not have a valid value for the "SameSite" attribute.

Posted: Thu Feb 23, 2023 9:26 am
by creopard
I guess this is obsolete since the message disappeared and the site is still working O0