pub const SESSION_COOKIE: &str = "rustio_session";
Name of the cookie that carries the session token from the browser to the server. Used by both the login handler (to set) and the authenticate middleware (to read).