Avatar

Level 2

Hi Keith

 

How i solved this problem basically cookies which are used while authentication process, all needs to be defined as SameSite=None; Secure

 

Example

Cookie anme is "sitesession" which might be holding sessionid for authenticated user. While setting this cookie these 2 paramters needs to set SameSite=None; Secure

 

It will work then