> > CFHTTP.HEADER or CFHTTP.RESPONSEHEADER? I can see both
> > CFID and CFTOKEN are embedded in CFHTTP.HEADER, but I
> > can't seem to find the right variable for
> > CFHTTP.RESPONSEHEADER [???] to pluck those out.
>
> If you are using it for session: session.cfid, session.cftoken
> For client: client.cfid, client.cftoken
None of that stuff will be available when you're using CFHTTP as a client to
fetch a CF page. Instead, you'll have to look in the Set-Cookie response
header for CFID and CFTOKEN with no prefixes.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

