Phillip,


Using the cookie name/values returned in the first cfhttp call as parameters
in the second cfhttp call returns an invalid login screen.  Is there
something else I am missing here?


Thanks
-- Jeff

  _____  

From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 29, 2004 4:13 PM
To: CF-Talk
Subject: RE: CFHTTP & Meta Refresh

> From: Jeff Chastain
>
> Okay, there is a cookie in the header.  Having not worked
> with CFHTTP before, what do I need to do with it?
>  
> Set-Cookie
> MACTOKEN=jchastain|1078091329189|e4825ffba9b8603a0af27bd08c519dd2;
> path=/psoft/servlet/psoft.hsphere.CP/jchastain/

Now that you have it, you can pass it back

One of the TYPE parts of CFHTTPPARAM is Cookie

<CFHTTPPARAM type="cookie" name="MACTOKEN"
value="jchastain|1078091329189|e4825ffba9b8603a0af27bd08c519dd2">
<CFHTTPPARAM type="cookie" name="path"
value="/psoft/servlet/psoft.hsphere.CP/jchastain/">

That should work, but you'll have to use the values that it returns

* excuse the wrap

> I am running CFMX 6.1 if that matters as well.

Always nice to be running the latest version - you know people's advice
will generally work <g>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to