class Capsium::Reactor::Session

HMAC-SHA256 signed session cookies (05x-authentication: “Session via signed cookie”). The cookie value is “base64url(JSON payload).hmac hex” — signed, not encrypted, so it carries only the identity claims. The signing secret comes from deploy.json (sessionSecret) or is generated and persisted reactor-side (never in the package).