Sessions in Asynchronous design

Thanks to everyone that posted answers and comments to my question. I’m summing up my findings and solution so that someone may find this useful. Everyone that commented is correct about recommending not to use Sessions in asynchronous calls. So, how did I get around it? Changed PageMethod call into a HttpHandler implementing IReadOnlySessionState. (In … Read more