Inserting a SameSite attribute to the knack generated cookie

I use iframes on my website to insert two Knack Apps. Although this solution works fine for desktops, it does not work for mobile devices. The error is one pertaining to cross domain security. The solution is to have the cookie have a "SameSite attribute " inserted.

I asked Knack for help, and they declined. It would be a simple solution for one of their developers.

Anyone out there know how I can code for this on my Knack apps?

Thx

Bill

Dear William,

you can set cookies from your app, but these will off course be related to the url where the app is executing, therefore if you embed your app in your website (ex: test.com) you will write cookies for the text.com url.

I don't think it is possible to do what you want to achieve here...