static NEXT_SESSION_ID: AtomicU64Expand description
Monotonically-increasing session id. Resets per process start;
the id only needs to be unique within a single app run so the
recording-status event consumer can ignore stale events from a
previous session.