2.2.5.10 Remove_Response

The Remove_Response message is sent by a state server implementation to a client in response to a Remove_Request message.

Sections 3.1.5.5 and 3.2.5.5 specify using this message.

 Remove_Response = response-ok | response-not-found | response-bad-request | response-locked
 response-ok = status-code-ok content-length aspnet-version
 response-bad-request = 
 status-code-badrequest content-length aspnet-version
 response-not-found = status-code-notfound 
 content-length aspnet-version
 response-locked = status-code-locked 
 content-length aspnet-version lock-cookie lock-age lock-date
  

Example:

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