2.2.5.3 GetExclusive_Request

The GetExclusive_Request message is sent by a client to request session state data in an exclusive manner. This means the current requestor wants an exclusive lock to be maintained on the session state data until the current requestor releases the lock. If other instances of the user session request the same session state data, they will not receive any session data in a response because the current requestor has already locked it for exclusive access.

Sections 3.1.5.1 and 3.2.5.2 specify using this message.

 GetExclusive_Request = 
 "GET" SP unique-identifier SP http-version host-information 
 exclusive-acquire

Example:

 GET /w3svc/root/fxstatebvt(NDbkwGi0191wFdDv0yOUOobtHns%3d)%
 2f15hgq1uszp2tjt45lkwxmb55 HTTP/1.1
 Host: 10.0.0.100:42424
 Exclusive: Acquire