Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine the key used to store the state of the HTTP session with the given identifier in the underlying INamedCache.

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

Syntax

C#
protected virtual SessionKey GetSessionKey(
	string sessionId
)

Parameters

sessionId
Type: System..::.String
The HTTP session identifier. Cannot be null.

Return Value

A unique key for the given HTTP session identifier, scoped by the web application.

See Also