Skip to main content

SESSION_COOKIE

Constant SESSION_COOKIE 

Source
pub const SESSION_COOKIE: &str = "rustio_session";
Expand description

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).