Skip to main content

session_cookie_field

Function session_cookie_field 

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

Reads a session cookie string field from nested session.cookie.<field>, falling back to the flat session_cookie_<field> form the Web UI schema emits (the SchemaForm is flat and cannot author nested maps).