Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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