> We are setting up a series of Websites to exchange
> information using CFHTTP. We are using cookies for
> identification. We can track cookies using the following
> with later versions of CF.
>
> cfhttp.responseHeader["set-cookie"]
>
> Unfortunately, 4.5 and earlier doesn't appear to return
> the structure "set-cookie" as an array element of
> cfhttp.responseHeader.
>
> Does anyone remember how to extract cookie info from an
> CFHTTP response back in the olden versions?

You might want to use CFDUMP to see what exactly you have available within
CFHTTP.ResponseHeader. I don't remember having this problem when reading
cookies. If it doesn't show up in the dump, you can always parse
CFHTTP.Header directly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to