convex-session-id doesn't consistently get set
https://stack.convex.dev/track-sessions-without-cookies
About 20% of the time, convex-session-id never gets set in Session storage, so my session disappears when I reload the tab. When I reference ctx.sessionId in my *WithSession backend functions, I get a consistent value, even though convex-session-id isn't set in the browser.
Am I holding it wrong? Is this a bug w Convex?

