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

Updates the expiration date and time of an item in the session data store.

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

Syntax

C#
public override void ResetItemTimeout(
	HttpContext context,
	string id
)

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.

See Also