pub fn destroy_cookie(cookie_name: &str) -> StringExpand description
Build a Set-Cookie header value that clears cookie_name in the
browser (Max-Age=0). Use after calling SessionStore::destroy.
pub fn destroy_cookie(cookie_name: &str) -> StringBuild a Set-Cookie header value that clears cookie_name in the
browser (Max-Age=0). Use after calling SessionStore::destroy.