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

The CoherenceSessionStore type exposes the following members.

Properties

  NameDescription
Public propertyApplicationId
Allows users to specify application identifier explicitly, in order to share session state across different ASP.NET applications.
Public propertyCacheName
The name of the INamedCache used to store serialized HTTP session data.
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyModelManager
The session model manager.
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public propertySessionEndEnabled
The flag used to enable Session_OnEnd event and listener registration.
Public propertyTimeout
The configured HTTP session timeout.

See Also