want the master to send cookie info to maintain the session, i.e., like a
normal browser. The remote returns a new CFID and CFTOKEN for the cookie
each time it responses.
Am I going at this right to send the CFID and CFTOKEN via the URL with the
following? Doesn't that force the called URL to use the CFID and CFTOKEN sent?
Thanks,
Nick
A. Code for the master site template
<cfhttp
url = ""> resolveurl = 1
throwOnError = "Yes"
>
<cfhttpparam name = "CFID" type = "URL" value = "PastCFID">
<cfhttpparam name = "CFTOKEN" type = "URL" value = "PastCFTOKEN">
</cfhttp>
B. Code residing in the remote site Application.cfm
<cfcookie name="LoyalGuard"
value="78652"
expires="10"
domain=".loyalguard.com">
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

