Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates a new Web.SessionState.SessionStateStoreData object to be used for the current request.

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

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