ResetItemTimeout
This method resets the expiration date and timeout for a session item in the database.
Declaration
// C# public override void ResetItemTimeout(HttpContext context, string id);
Parameters
-
contextThe
HttpContextobject for the current request. -
idThe session ID for the current request.
Exceptions
ArgumentNullException - The input parameter is null.
OracleException - An Oracle-related error has occurred.
Remarks
The session state service calls this method to reset the expiration date and timeout for a session item in the database, to the current date and time.