Disable Session state per-request in ASP.Net Web Api (ApiController)
I have ApiControllers that access the session and by default has SessionState required. Therefore I am getting the requests serialized and would like to disable session state for specific requests.