How to support session in an ATL web service client app?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Ok. So I have a web service that supports session state between client calls. Now I'm writing an ATL client that must also support those session. Right now the code that was generated for me via "add web reference" doesn't preserve sessions between calls. I know that a client in C#.NET for the same web service works fine if you give it CookieContainer. How to tell ATL C++ cleint to support sessions? Please help! Urgent! Very urgent! Thanks a lot in advance! :confused: :((