pub fn session_id_from_request(
request: &Request,
cookie_name: &str,
) -> Option<String>Expand description
Extract the session ID from the named cookie in a request’s Cookie
header. Returns None if the header is absent or the cookie is missing.