Click or drag to resize

CoherenceSessionStoreCreateSessionStateStoreData Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a SessionStateStoreData object from the serialized ISessionStateItemCollection stored 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 SessionStateStoreData CreateSessionStateStoreData(
	HttpContext context,
	ISessionModel model,
	int timeout
)

Parameters

context
Type: System.WebHttpContext
The HttpContext used to initialize the SessionStateStoreData object.
model
Type: Tangosol.WebISessionModel
Session model.
timeout
Type: SystemInt32
Session timeout (in minutes).

Return Value

Type: SessionStateStoreData
A new SessionStateStoreData object.
See Also