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

Adds a new session-state item to the data store.

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

Syntax

C#
public override void CreateUninitializedItem(
	HttpContext context,
	string id,
	int timeout
)

Parameters

context
Type: System.Web..::.HttpContext
The Web.HttpContext for the current request.
id
Type: System..::.String
The Web.SessionState.HttpSessionState.SessionID for the current request.
timeout
Type: System..::.Int32
The HTTP session Web.SessionState.HttpSessionState.Timeout for the current request.

See Also