Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
ASP.NET Session-State Store Provider implementation that uses a Coherence for .NET INamedCache to store HTTP session state.

Namespace: Tangosol.Web
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class CoherenceSessionStore : SessionStateStoreProviderBase

Remarks

This implementation allows you to have a truly clustered session- state store.

The CoherenceSessionStore has the following conditions and features:

  • Objects stored within a Session must be serializable.
  • The Session_OnEnd event is supported.

Inheritance Hierarchy

System..::..Object
  System.Configuration.Provider..::..ProviderBase
    System.Web.SessionState..::..SessionStateStoreProviderBase
      Tangosol.Web..::..CoherenceSessionStore

See Also