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
From first call, look after ASP.NET_SessionId value in response, this is session Id by default.
ASP.NET_SessionId
Then add it to next call (see below):
http://support.microsoft.com/?kbid=899918