MemorySessionManager Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
This is a session manager implementation that uses memory storage for the session data. As such, access to session data is very efficient, but session data will not be persisted when the server is restarted, nor can it be shared between several instances of the server.
Namespace
Declaration (C#)
[System.Drawing.ToolboxBitmap(typeof(RemObjects.SDK.Server.SessionManager), "Glyphs.MemorySessionManager.bmp")] [LicenseProvider(typeof(ROLicenseProvider))] public class MemorySessionManager : SessionManager;
Hierarchy
- System.ComponentModel.Component
- RemObjects.SDK.Server.SessionManager
- RemObjects.SDK.Server.MemorySessionManager
- RemObjects.SDK.Server.SessionManager
Methods
| | |
|---|---|
| DestroySession | |
| ExpireSessions | This method will expire all sessions in the Session Manager that have exceeded the timeout.
Note SessionManager will regularly check for expired sessions automatically, but you can use this method to trigger an expiration cycle manually. |
| GetAllSessions | |
| MemorySessionManager | |
| ReleaseSession |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Component | .NET
