DataCacheSessionStoreProvider.ResetItemTimeout Method (HttpContext, String)

 

Updates the expiration date and time of session data in the cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

public override void ResetItemTimeout(
	HttpContext context,
	string id
)

Parameters

context
Type: System.Web.HttpContext

The context for the current request.

id
Type: System.String

The session identifier of the current request.

For more information, see the documentation for the base class SessionStateStoreProviderBase.

Return to top
Show: