Skip to main content

session_cookie_str

Function session_cookie_str 

Source
fn session_cookie_str(
    config: &HashMap<String, Value>,
    key: &str,
) -> Option<String>
Expand description

Reads a string field from nested session.cookie.<key>, falling back to the flat session_cookie_<key> form (used by the UI schema).