CoherenceSessionStoreGetSessionKey Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
Syntaxprotected 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