Hi,

My Winsock application is working great, with one exception.

I'm using the POST method to send data to a site. My problem: this site identifies users by their cookies. The cookies contain information that is critical for the site to interpret. If I don't have the cookie, the POST won't work.

Is there any way I can get Winsock to accept cookies, or read cookies?

Thanks!