Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The ISessionModelManager type exposes the following members.

Methods

  NameDescription
CreateSessionModel
Create a new instance of an appropriate ISessionModel for this model manager.
LoadSession
Load session from the cache.
ReleaseSession
Releases a lock on the session in a data store.
RemoveSession
Delete session from the cache.
ResetSessionTimeout
Reset session timeout.
SaveSession
Update session items in the cache and release the exclusive lock.

Properties

  NameDescription
SessionEndCallback
The SessionStateItemExpireCallback delegate for the Session_OnEnd event as defined in the Global.asax file.

See Also