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

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.7.1.23 (3.7.1.23)

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