2.2.5.6 Set_Response

The Set_Response message is sent by a state server implementation to a client in response to a Set_Request message.

Sections 3.1.5.3 and 3.2.5.3 specify using this message.

 Set_Response = response-ok | response-bad-request | response-locked
 response-ok = status-code-ok content-length aspnet-version
 response-bad-request = status-code-badrequest 
 aspnet-version content-length
 response-locked = status-code-locked 
 content-length aspnet-version lock-cookie lock-age lock-date
  

Example: response-ok:

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