Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cookies with the SameSite=None in Chrome
#1
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->CookieOptions
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
Reply


Messages In This Thread
Cookies with the SameSite=None in Chrome - by valmeras - 03-27-2024, 06:59 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)