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

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: 3.7.1.23 (3.7.1.23)

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