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