OK, I've tried this one on MS communities and gotten nowhere.
Using a web service. WS starts a new "session" on first contact from IP. I need to reuse this session for future IP exchanges.
Left to itself, you get a brand new session on each contact from IP. From what I have read, I think you have have to preserve a cookie, extracted from something like the SOAP message and included back into the SOAP message to achieve this. XDocument.QueryAdapter.Query() etc. I think are wrapped by IP talking the WS. I need to influence this. Where do I start? I have to say, without this IP is going to be severely restricted as any use with a web service (e.g. my user logs in initially with username+password, I don't want him to do this each time, I can't just use Windows logon).