I am trying to determine if CFHTTP can open a session so it retains cookies on the next cfhttp request?
Neil ----- Original Message ----- From: "Pascal Peters" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 10:15 AM Subject: RE: CFHTTP + Cookies? > Send a cookie along > <cfhttpparam type="COOKIE" name="userid" value="10"> > > If you want to accept a cookie coming from the other server, you can get > it from the cfhttp.responseHeader structure. Look for a key called > Set-cookie. Be aware that the value is a simple value if 1 cookie is set > or an array if multiple cookies are set. > > -----Original Message----- > From: Neil H. [mailto:[EMAIL PROTECTED]] > Sent: maandag 6 mei 2002 15:35 > To: CF-Talk > Subject: CFHTTP + Cookies? > > > Can CFHTTP accept cookies and if so how? > Thanks, > > Neil > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

