Web Service Client, Cookies

O

oliver.wulff

Hi
My web service sets a cookie. Will the .NET client send this cookie in
further requests? Or do I have to write some additional code?

Thanks for your help
Oliver
 
C

Chris Botha

By default it will not, you have to create a Cookie Container:
myService.CookieContainer = New System.Net.CookieContainer()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top