read_session_section# read_session_section(filepath, section)[source]# Read raw bytes for a named section without decoding. Parameters: filepathstrPath to a session file. sectionstrSection name (e.g. "thumbnail", "meta"). Returns: bytes or NoneRaw section bytes, or None if the section does not exist.