rally_runtime/session

Values

pub fn extract_session_id(
  cookie_header: String,
) -> Result(String, Nil)

Extract the rally_session cookie value from a cookie header string.

pub fn generate_id() -> String

Generate a cryptographically random session ID (128-bit hex).

pub fn set_cookie_header(
  session_id session_id: String,
  secure secure: Bool,
) -> String
Search Document