In Memory Session Manager
The In-Memory Session Manager stores session data in local memory within the application server.
Use Cases
Use this session manager when you need maximum speed access to session data within a single server executable and the persistence of session data across server restarts is not needed.
Components
- MemorySessionManager (.NET)
- TROInMemorySessionManager (Delphi)