Wondering if anyone had problems with the CookieContainer s, I was making a program that logs onto sites, check for news and then reports back.
All cookies domain in response.cookie s is marked as site.com except for one that is marked as .site.com for some reason this doesn't make it back to http://site.com when I try to check the messages page after doing the login.
If I override the WebResponse in WebClient and add a copy of that cookie without the initial dot all is well and I get my result. However this is not nice as I get extra cookies so I was wondering if anyone knew why?
All cookies domain in response.cookie s is marked as site.com except for one that is marked as .site.com for some reason this doesn't make it back to http://site.com when I try to check the messages page after doing the login.
If I override the WebResponse in WebClient and add a copy of that cookie without the initial dot all is well and I get my result. However this is not nice as I get extra cookies so I was wondering if anyone knew why?
Comment