Creates and returns a simple in-memory SessionStorage object.
Intended for local development and testing. It does not scale beyond a single process, and all session data is lost when the server process stops/restarts.
Options for creating the in-memory session storage.
A SessionStorage object that stores session data in memory.
framework
data
Creates and returns a simple in-memory SessionStorage object.
Intended for local development and testing. It does not scale beyond a single process, and all session data is lost when the server process stops/restarts.