Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Deletes item data from the session data store.

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

Syntax

C#
public override void RemoveItem(
	HttpContext context,
	string id,
	Object lockId,
	SessionStateStoreData item
)

Parameters

context
Type: System.Web..::..HttpContext
The Web.HttpContext for the current request.
id
Type: System..::..String
The HTTP session identifier for the current request.
lockId
Type: System..::..Object
The lock identifier for the current request.
item
Type: System.Web.SessionState..::..SessionStateStoreData
The Web.SessionState.SessionStateStoreData that represents the item to delete from the data store.

See Also