webex function routes get no session; page components cannot read the query string
open
opened · updated
Found in mission 003. WebFramework.hl:1872 calls m.route.function(m, req) without resolving a session. Workaround: server.sessions.resolve(req.headers['cookie']) plus a function route that parks the query under a random id before showing the page. Expected: session on function routes, query available to page components.