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

The CoherenceSessionStore type exposes the following members.

Properties

  NameDescription
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.
Description
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
ModelManager
The session model manager.
Name
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
SessionEndEnabled
The flag used to enable Session_OnEnd event and listener registration.
Timeout
The configured HTTP session timeout.

See Also