Hi @patrick
I’m testing a capacitor mobile app on web but the session id cookie is not being set because the samesite attribute is missing so it defaults to Lax. I’m concerned that because different devices use different hostnames under Capacitor that sessions may be inconsistent at best.
Is it possible to set this to None as a default for the web (API) project? (or a project option to set it as None)
Having a similar issue on logout. It looks like the Response Header is trying to clear out the cookie, but SameSite was not set so it defaulted to lax and blocked the Set Cookie.