Add a session to the session store.
If the session store already contains the session, this is a noop. This does a network call to the server to check the session token, and to cache the session data into local storage.
The session token.
The session ID.
Add a session to the session store.
If the session store already contains the session, this is a noop. This does a network call to the server to check the session token, and to cache the session data into local storage.