-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That depends on the type of page you're calling.  If it's a CFM page,
just make sure you grab the CFID / CFTOKEN value that the server
sends to you and pass it back to the server with each call.  You'll
probably have to use the CFHTTP.ResponseHeader collection to get the
Set-Cookie headers.  Parsing could be a bit of fun, but it shouldn't
be too painful...

If it's ASP, you'll have to grab the ASPSESSION (or something to that
effect) cookie and pass it back to the server each time.

If it's something else, you'll have to figure out what cookie / URL
parameters make up their session management scheme and behave as the
server assumes a browser will.

A recording proxy server would probably help immensely if you have to
figure out their session management.  That would let you see cookies
as they're set, etc.  There's a good one called Stretch from Kestral
(http://www.kestral.com.au).  It's on the basic side, but it's free
and it will let you see WTF is going on...

Best regards,
Zac Bedell

> -----Original Message-----
> From: Don Kiggins [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 12:00 AM
> To: CF-Talk
> Subject: CFHTTP with session variables
> 
> 
> Hi.
> 
> I have a page which uses CFHTTP to pull in another page.  The page
> that I am pulling in has a session variable.  My question...  Is
> there any way that I can keep that session variable the same as I
> surf
> through the pages?
> 
> --
> Don Kiggins
> WebGlo Design
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to