Click or drag to resize

ISessionModelManagerSaveSession Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Update session items in the cache and release the exclusive lock.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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