I'm using a simple hybrid session context (see implementation here: http://pastebin.com/efA9efCY)
This has been working fine in a .NET web-app, but I need to implement calling async code which makes HttpContext.Current unavailable after a call to 'await' completes, even if I'm in .NET 4.5 (code is running in context of a WCF service) How to I implement a new session context which works with 'await' ? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
