fn session_cookie_u64(config: &HashMap<String, Value>, key: &str) -> Option<u64>
Reads a u64 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>