DataCacheSessionStoreProvider.ResetItemTimeout Method (HttpContext, String)
Updates the expiration date and time of session data in the cache.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
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.
Show: