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

Creates a new Web.SessionState.SessionStateStoreData object to be used for the current request.

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

Syntax

C#
public override SessionStateStoreData CreateNewStoreData(
	HttpContext context,
	int timeout
)

Parameters

context
Type: System.Web..::.HttpContext
The Web.HttpContext for the current request.
timeout
Type: System..::.Int32
The session-state Web.SessionState.HttpSessionState.Timeout value for the new Web.SessionState.SessionStateStoreData.

Return Value

A new Web.SessionState.SessionStateStoreData for the current request.

See Also