I have a window application, it calls a web service to get information. One of the functionalities of the window application is to go to a web page. In this web page, it’s looking for cookies on the client machine, and logs them in if the cookies is valid.
What I was trying to do is to create the same cookie on a web service call. However this cookie disappears after the service call is finished, so the next time I call the web service again, it’s gone.. (for test purpose) and it’s not in the client machine anymore.
Thanks in Advance.