pub fn find_session_by_name(name: &str) -> Result<Session, Error>Expand description
Find a session by its assigned name (not partial ID). Iterates session headers one file at a time and returns on first match, avoiding a full directory scan when the named session appears early.