[CLOSED] Sharing sessions between iframes and Javascript

Normally web sessions are identified by a session id stored in a cookie on the client machine. Any client request that sends that cookie shares that session. I’m assuming Anvil uses that mechanism, but maybe I’m assuming too much?

I have multiple iframes that all share the same session. It’s just the Javascript I can’t get to send the right cookie (or whatever other information Anvil needs to identify which session to use).