Chrome 80 will deprecate and remove the use of cookies with the SameSite=None attribute but without the Secure attribute. Any cookie that requests SameSite=None but is not marked Secure will be rejected (Reject insecure SameSite=None cookies - Chrome Platform Status).
In the browser console the following warning is thrown:
Thank you
In the browser console the following warning is thrown:
cPanel sets multiple cookies:A cookie associated with a cross-site resource at <URL> was set without theSameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=None
andSecure
. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>.
- cpsession (secure cookie without the SameSite attribute)
- timezone (unsecure cookie without the SameSite attribute)
- whostmgrsession (secure cookie without the SameSite attribute)
Thank you
Last edited by a moderator: