Database Session Manager
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
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 these 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)
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
