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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -