Click or drag to resize

ISessionModelManagerSaveSession Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Update session items in the cache and release the exclusive lock.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
void SaveSession(
	SessionKey sessionId,
	SessionHolder holder,
	bool newSession
)

Parameters

sessionId
Type: Tangosol.WebSessionKey
Session key.
holder
Type: Tangosol.WebSessionHolder
Session holder.
newSession
Type: SystemBoolean
Flag specifying whether this is a new session.
See Also