Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The CoherenceSessionStore type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CoherenceSessionStore | Initializes a new instance of the CoherenceSessionStore class |
Methods
| Name | Description | |
|---|---|---|
| CreateNewStoreData |
Creates a new Web.SessionState.SessionStateStoreData
object to be used for the current request.
(Overrides | |
| CreateSessionStateStoreData |
Construct a SessionStateStoreData object from the serialized
ISessionStateItemCollection stored in the underlying
INamedCache.
| |
| CreateUninitializedItem |
Adds a new session-state item to the data store.
(Overrides | |
| Dispose |
Releases all resources used by this session-state store provider.
(Overrides | |
| EndRequest |
Called by the Web.SessionState.SessionStateModule
object at the end of a request.
(Overrides | |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| GetItem |
Returns read-only HTTP session data from the session data store.
(Overrides | |
| GetItemExclusive |
Returns writeable HTTP session data from the session data store.
(Overrides | |
| GetLockId |
Converts lock identifier to long.
| |
| GetSessionKey |
Determine the key used to store the state of the HTTP session with
the given identifier in the underlying INamedCache.
| |
| GetSessionStateItem |
Acquire and return HTTP session data from the session data store.
| |
Gets the (Inherited from | ||
| Initialize |
Initializes this session-state store provider by obtaining the
INamedCache used to store serialized HTTP session state.
(Overrides | |
| InitializeRequest |
Called by the Web.SessionState.SessionStateModule
object for per-request initialization.
(Overrides | |
Creates a shallow copy of the current (Inherited from | ||
| ReleaseItemExclusive |
Releases a lock on an item in the session data store.
(Overrides | |
| RemoveItem |
Deletes item data from the session data store.
(Overrides | |
| ResetItemTimeout |
Updates the expiration date and time of an item in the session
data store.
(Overrides | |
| SetAndReleaseItemExclusive |
Updates the session item information in the session data store
with values from the current request, and clears the lock
on the data.
(Overrides | |
| SetItemExpireCallback |
Configure the Web.SessionState.SessionStateItemExpireCallback
delegate for the Session_OnEnd event defined in the
Global.asax file.
(Overrides | |
Returns a (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ApplicationId |
Allows users to specify application identifier explicitly, in order
to share session state across different ASP.NET applications.
| |
| CacheName |
The name of the INamedCache used to store serialized HTTP
session data.
| |
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from | ||
| ModelManager |
The session model manager.
| |
Gets the friendly name used to refer to the provider during configuration.
(Inherited from | ||
| SessionEndEnabled |
The flag used to enable Session_OnEnd event and listener
registration.
| |
| Timeout |
The configured HTTP session timeout.
|