I'm trying to send a POST to a website and I need the cookies it's suppose to return, however, it's not returning all the cookies I need. If I do it with my browser I get seven cookies, if I do it with the ASP.NET post I get 2. I've read the headers to make sure .NET just isnt taking all of the cookies out, and there's definately not more than 2. I've tried searching everywhere on the net for similar issues and I'm all run out of ideas for what to try next. Has anyone any ideas?