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!