Database Session Manager
The Database-Driven Session Managers will use a back-end database to store data in a data table. Depending on the platform, ADO.NET, a Delphi TDataSet component or a server will be used to access the underlying database, store session data and retrieve it.
Use Cases
Use this session managers when you need session data to persist between server restarts, or during crashes and power outages, or if you are deploying several server executables - either on the same hardware or across a server farm - that need to share the same session data.
Components
- TRODBSessionManager (Delphi)
- TDADBSessionManager provided with Data Abstract (Delphi)