2.2.5.12 ResetTimeout_Response

The ResetTimeout_Response message is sent by a state server implementation to a client in response to a ResetTimeout_Request message.

Sections 3.1.5.6 and 3.2.5.6 specify using this message.

 ResetTimeout_Response = 
 response-ok | response-not-found
 response-ok = 
 status-code-ok content-length aspnet-version
 response-not-found = 
 status-code-notfound content-length aspnet-version
  

Example:

  
 HTTP/1.1 200 OK
 Content-Length: 0
 X-AspNet-Version: 2.0.50727