fn session_cookie_str( config: &HashMap<String, Value>, key: &str, ) -> Option<String>
Reads a string field from nested session.cookie.<key>, falling back to the flat session_cookie_<key> form (used by the UI schema).
session.cookie.<key>
session_cookie_<key>