Dave,

Thanks and you are always right on! But, I am still missing something? It
is either one or both other the following.

1. What is the variable name used to get the Client CFID and CFTOKEN?

And/or

2. Is there some specific coding, e.g., cfhttp  and cfhttpparam combination
that I need to send to have CFID and CFTOKEN returned in a more friendly
format>

Futher clarification: The info that I want, both CFID and CFTOKEN are in
the header in the variable #cfhttp.header# . The only problem is it is
embedded in with a bunch of other variables. I am only coming up with
sloppy coding ways to extract that info, but would like to get it out
clean. The following variables give info for the initiating server.

session.CFID
session.CFTOKEN
client.cfid
client.cftoken
cookie.CFTOKEN
cookie.CFID

Thanks,

Nick

At 08:57 AM 11/3/2003 -0500, you wrote:
> > > Anyone know the code to extract CFID and CFTOKEN from
> > > 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]

Reply via email to