Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ISessionModelManager type exposes the following members.

Methods

  NameDescription
Public methodCreateSessionModel
Create a new instance of an appropriate ISessionModel for this model manager.
Public methodLoadSession
Load session from the cache.
Public methodReleaseSession
Releases a lock on the session in a data store.
Public methodRemoveSession
Delete session from the cache.
Public methodResetSessionTimeout
Reset session timeout.
Public methodSaveSession
Update session items in the cache and release the exclusive lock.

Properties

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

See Also