pub fn read_unlock_session(common_dir: &Path) -> Result<Option<UnlockSession>>
Read the current unlock session, if one exists.
Returns an error if the session file exists but cannot be read or parsed.