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
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