Hello,
I need asp.net session state, and have session decorator set up (details https://stackoverflow.com/questions/8339584/how-can-i-use-a-standard-asp-net-session-object-within-servicestack-service-impl).
However now after upgrading to 6.4 HttpContext.Current is null on POST requests (same request submitted with GET works ok).
Decorator code runs, but HttpContext.Current is null on global filter on POST requests.
Is there a way to get this to work again?