1

In previous versions I could add a route handler with IRequiresSessionState, as explained here:

http://forums.asp.net/post/4884822.aspx

Since the last version the MapHttpRoute doesn't have a RouteHandler.

I already know that HTTP should be stateless, so I understand this behaviour as default, but still I need this workaround for my specific scenario.

Thanks!

lgrosales
  • 569
  • 5
  • 9
  • 1
    I think your question has been [answered before](http://stackoverflow.com/questions/9594229/accessing-session-using-asp-net-web-api/9594406#9594406) – Nathan Apr 18 '13 at 21:29
  • Thanks! I used the source of that response to implement the workaround and it worked. http://forums.asp.net/t/1773026.aspx/1 – lgrosales Apr 23 '13 at 20:45

0 Answers0