Hi folks,

I've been trying to retrieve cookies using cfhttp. I used the following
format:

===================================================================
<cfhttp method="get" 
        resolveurl="Yes" 
        url="some_url_that_tracks_visitors_and_that_writes_cookies"
        >
</cfhttp>

<!--- For testing purposes only ;>) --->
<cfdump var=#cfhttp#>   
===================================================================

>From the cfdump I can tell there are 3 -expected- cookies coming in to
the client (CFID + CFTOKEN + another one), but the only cookies that get
ever written are the CFID and CFTOKEN from a previous session.

Any ideas on how this could work properly?

Thank you sooo much, 

Martin

PS: how do you reply to the list (per thread) if I either go through
mail-archive.com or receive a cf-talk digest? Can't thank to other folks
about another post. tks!
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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

Reply via email to