c# - Keep HttpContext.Current.Session in WCF service to service call -
I have a WCF service (WCFSERVICE_1), which calls the second WCF service (WCFSERVICE_2). In the first call I want to put some variables in HTTPTNTX. Present. WCFSERVICE_2 session. But when I am calling for the second time, the HTTP Contex Current ASS (WCFSCRICI2) is empty
Finally I got the answer. If you have the same problem, please read this article.
Comments
Post a Comment