2.2.5.4 GetExclusive_Response
The GetExclusive_Response message is sent by a state server implementation to a client in response to a GetExclusive_Request message.
Sections 3.1.5.2 and 3.2.5.2 specify using this message.
-
GetExclusive_Response = response-ok | response-bad-request | response-not-found | response-locked response-ok = status-code-ok content-length aspnet-version timeout [action-flags] lock-cookie CRLF content 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 of response-ok:
-
HTTP/1.1 200 OK Content-Length: 3340 X-AspNet-Version: 2.0.50727 Timeout: 30 LockCookie: 19 ...session state content here...