Pings the given session

PUT
api/session
This request is used to ping the given session to keep it running. If session is idle, its lifetime is 5 minutes, i.e. if you don't make any requests within 5 minutes from the latest request, session gets automatically closed. To avoid the given session from closing, this requests pings it.

Request:
  1. PUT api/session
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=f595a665-97a0-49c1-ac6b-e4515167b812
Response:
  1. Cache-Control: no-store
  2. Date: Fri, 21 Dec 2012 09:11:07 GMT
  3. Server: Microsoft-HTTPAPI/2.0