Click or drag to resize

CoherenceSessionStore Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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.
Top
See Also