Hi,
Are you aware of the google chrome new rules:
A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`.
Since I use a frame do display my application on my sites, I keep seeing the warning in the my browser when I display my script page.
I think the warning come from the session created when I hit my sites.
How can I solve this ?
Any suggestion on help page on it?
Martin