Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Updates the expiration date and time of an item in the session data store.

Namespace:  SharedCache.WinServiceCommon.Provider.Session
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void ResetItemTimeout(
	HttpContext context,
	string id
)
Visual Basic (Declaration)
Public Overrides Sub ResetItemTimeout ( _
	context As HttpContext, _
	id As String _
)
Visual C++
public:
virtual void ResetItemTimeout(
	HttpContext^ context, 
	String^ id
) override

Parameters

context
Type: System.Web..::.HttpContext
The HttpContext for the current request.
id
Type: System..::.String
The session identifier for the current request.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.ResetItemTimeout(System.Web.HttpContext,System.String)"]

See Also