RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Mark Leder
Thanks everyone for taking time to help me understand and try out this concept. Thanks, Mark -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 9:07 PM To: CF-Talk Subject: RE: Extracting CFID and CFTOKEN? Nick, Try CFDUMPing the cfhttp

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Tom Jordahl
PROTECTED] Sent: Monday, November 03, 2003 5:52 PM To: CF-Talk Subject: RE: Extracting CFID and CFTOKEN? Mark, I started this thread and will share with you what I have learned. The goal of the original question was to locate a variable for CFID and CFTOKEN. Let me qualify --  I haven't foun

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Nick Baker
d >CFTOKEN with no prefixes." > >Thanks, Mark > >-Original Message- >From: Dave Watts [mailto:[EMAIL PROTECTED] >Sent: Monday, November 03, 2003 8:57 AM >To: CF-Talk >Subject: RE: Extracting CFID and CFTOKEN? > > > > > Anyone know the code to extr

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
> I'm facing a similar situation, so how would this be written? >   > "Instead, you'll have to look in the Set-Cookie response > header for CFID and CFTOKEN with no prefixes." I sent a slightly more elaborate response around 3pm: http://www.houseoffusion.com/cf_lists/index.cfm?method=message&mes

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Mark Leder
03, 2003 8:57 AM To: CF-Talk Subject: RE: Extracting CFID and CFTOKEN? > > 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 > &g

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
> 1. What is the variable name used to get the Client CFID > and CFTOKEN? In the initial HTTP response from the web server, you should receive two cookies. They'll just be "CFID" and "CFTOKEN", but they'll be contained within something that looks like this: Set-Cookie: CFID=42;... (or something

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Nick Baker
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 se

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
> > 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 i

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Pascal Peters
Maybe, I'm not sure if it works with cookies disabled? Haven't tested. I always use session (for session management). Pascal -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: maandag 3 november 2003 11:05 To: CF-Talk Subject: Re: Extracting CFID and CFTO

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
True, but wouldn't the cookie.cf... syntax work either way? - Calvin   - Original Message -   From: Pascal Peters   To: CF-Talk   Sent: Monday, November 03, 2003 4:56 AM   Subject: RE: Extracting CFID and CFTOKEN?   If you are using it for session: session.cfid, session.cftoken

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Pascal Peters
If you are using it for session: session.cfid, session.cftoken For client: client.cfid, client.cftoken -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: maandag 3 november 2003 10:53 To: CF-Talk Subject: Re: Extracting CFID and CFTOKEN? Could you get that information

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
Could you get that information with cookie.cfid or cookie.cftoken? - Calvin   - Original Message -   From: Nick Baker   To: CF-Talk   Sent: Friday, October 31, 2003 8:18 PM   Subject: Extracting CFID and CFTOKEN?   Anyone know the code to extract CFID and CFTOKEN from CFHTTP.HEADER or

Extracting CFID and CFTOKEN?

2003-10-31 Thread Nick Baker
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. Thanks, Nick [Todays Threads] [This M