Im trying to send a POST to a website and I need the cookies its suppose to return, however, its 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. Ive read the headers to make sure .NET just isnt taking all of the cookies out, and theres definately not more than 2. Ive tried searching everywhere on the net for similar issues and Im all run out of ideas for what to try next. Has anyone any ideas?