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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -