Hello,
I am using web service and .net CF2.0 for my development. I am using sessions in web service and also soap headers for authenticating the web methods requests. In simple asp.net we can retain sessionof web methods by using cookie conatiner. I hope one can understand if he has worked on sessions in web service or we can have the link to understand this http://support.microsoft.com/kb/816637. Now the problem is that there is no cookie container in .net CF so I looses session in my application. Is there anyone who can help me out? Any help would be greatly appreciated.
Regards
Amit Verma

