MemorySessionManager Class

From RemObjects Software

Jump to: navigation, search

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

Methods

Method
Description
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)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools