>
> 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]

