A complete session — metadata + the row data. Sessions persist in the Redux store; the row data is large (~1 MB per 30-minute session), so consumers that only need meta should select against SessionMeta directly.
SessionMeta
Readonly
A complete session — metadata + the row data. Sessions persist in the Redux store; the row data is large (~1 MB per 30-minute session), so consumers that only need meta should select against
SessionMetadirectly.