I need to access a web service from a .NET Compact Framework 3.5 application. The problem is that the web service uses cookies for authentication. In a desktop application, I use .NETs CookieContainer (), which is missing in CF. How can I manage cookies in CF without a CookieContainer?
Can someone give me a hand to solve this problem? Thanks. MATTHEW
source share