How do you send cookies to third party using ColdFusion? I'm trying this way but it is not sending the cookies.
<cfcookie name="username" value="#getuser.uname#">
<cfcookie name="password" value="#getuser.password#">
<cfcookie name="login" value="true" domain="localhost" >