Hi, i'm new to using cookies, so hope this is an easy one to answer.
I'm currently writing VB code to integrate with a 3rd party webservice. The instructions they have given me are:
It is a 2 step process:
1) You must use the method for authentication that will send you back a cookie
2) You need to use this cookie for the getData method
I can sussessfully call the authentication method on their first webservice which returns me a cookie name as a string. And I can see that the second webservice which has the getData method also has a cookieContainer property. So my question is how I link the two ? Sample code would be great
please.