> Where does CF store the cookies that are set from a CFHTTP
> request?
>
> No, I don't mean the cookies that CF sets. I mean when CF uses
> CFHTTP to get a page, where does it store the cookies that are
> received?
>
> They are stored somewhere, because you can stop and start the
> service and they're still there!
>
> it's not in the registry!
> it's not in any file on the entire machine!
> it's not in the documentation!
> there's no answer in the user groups!
>
> is this a mystery?
>
> where is that little cookie?

If you're using CF 4.5.x, cookies, like the rest of the HTTP response, are
stored in memory until the page containing the CFHTTP tag is finished. If
you're using CF 4.0.x on NT, CF uses the Microsoft wininet libraries to
perform the HTTP request, and I wouldn't be surprised if those libraries
store the cookies in the same place that they'd be stored if you sat at the
console and used IE yourself.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to