Skip to main content

session_cookie_u64

Function session_cookie_u64 

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

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