Found in mission 003. plugins/webex/sessions.hl:38 hard-codes `hlsid`, no manifest option. Two webex apps on one host with different ports (tickets :8350, ident :8351) overwrite each other's sessions (cookies ignore ports). Workaround: server.sessions.cookie = 'identsid' after construction. Expected: manifest setting.