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

Popular posts from this blog

winforms - C# Form - Property Change -

java - Algorithm negotiation fail SSH in Jenkins -

java - Messages from .properties file do not display UTF-8 characters -