pub fn load_session_from( session_name: &str, dir: &Path, ) -> Result<Option<Session>, PawError>
Loads a session by name from the given directory.