ISessionModelManager Interface |
Namespace: Tangosol.Web
public interface ISessionModelManager
The ISessionModelManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | SessionEndCallback |
The SessionStateItemExpireCallback delegate for the
Session_OnEnd event as defined in the Global.asax file.
|
Name | Description | |
---|---|---|
![]() | 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.
|