ReadonlydataThe raw data contained in this session.
This is useful mostly for SessionStorage internally to access the raw session data to persist.
ReadonlyidA unique identifier for this session.
Note: This will be the empty string for newly created sessions and sessions that are not backed by a database (i.e. cookie-based sessions).
Session persists data across HTTP requests.
See
https://reactrouter.com/explanation/sessions-and-cookies#sessions