You need to grab all cookies sent by the server and send them back according to the expiration date/time and path associated with eachone. You can easily discover by yourself the simple format used. You can find cookies documentation link on the "links" page at my website. It is worth reading it :-)
-- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be ----- Original Message ----- From: "Johnnie Norsworthy" <[EMAIL PROTECTED]> To: "ICS support mailing" <[email protected]> Sent: Monday, September 25, 2006 8:14 PM Subject: Re: [twsocket] HttpCli and POSTDATA >I am trying to pick out the cookies from some header data, and I > noticed there are a few lines: "Set-Cookie:" > > Since I need to use the cookies in subsequent requests, do I need to > use the OnCookie event and combine all the cookies into one line? What > is used as the separator if so? Or is there a method to retrieve the > combined cookie and set it to the .Cookie property? > > Thanks, > Johnnie > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
