Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Adds a new session-state item to the data store.

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

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