How to keep session alive between two calls to a web service in a c# application?

后端 未结 3 801
青春惊慌失措
青春惊慌失措 2020-12-19 15:06

This is quite straight forward.
I\'m calling a web-service (.asmx, with session enabled) from a c# application.

I want each call to be with the same session ke

3条回答
  •  醉梦人生
    2020-12-19 15:29

    There is a good discussion of using ASP.NET session state with web services on MSDN here:

    http://msdn.microsoft.com/en-us/library/aa480509.aspx

提交回复
热议问题