Third Party Cookies Setting in ColdFusion

248 Views Asked by At

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" >
0

There are 0 best solutions below