Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a SessionStateStoreData object from the serialized ISessionStateItemCollection stored in the underlying INamedCache.

Namespace: Tangosol.Web
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual SessionStateStoreData CreateSessionStateStoreData(
	HttpContext context,
	ISessionModel model,
	int timeout
)

Parameters

context
Type: System.Web..::..HttpContext
The HttpContext used to initialize the SessionStateStoreData object.
model
Type: Tangosol.Web..::..ISessionModel
Session model.
timeout
Type: System..::..Int32
Session timeout (in minutes).

Return Value

A new SessionStateStoreData object.

See Also