Quantcast
Channel: Atozed Forums - All Forums
Viewing all articles
Browse latest Browse all 284

Cookies with the SameSite=None in Chrome

$
0
0
I am using C++ Builder 10.2.3 with Intraweb 15.5.9
I am getting the warning message below in Google Chrome:

"Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behavior protects user data from cross-site tracking."

The problem is that in IWServercontroller-&tCookieOptions
Secure= true
But even if I set SameSite=ssoStrict or SameSite=ssoLax

I am always getting the same warning!
I can try to set it in the code in IWServercontroller. But I think it needs to be checked

Viewing all articles
Browse latest Browse all 284

Trending Articles