Click or drag to resize

CoherenceSessionStoreGetSessionKey Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual SessionKey GetSessionKey(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The HTTP session identifier. Cannot be null.

Return Value

Type: SessionKey
A unique key for the given HTTP session identifier, scoped by the web application.
See Also