Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct a SessionStateStoreData object from the serialized ISessionStateItemCollection stored in the underlying INamedCache.

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

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