- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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