You need to give the cookie a domain scope otherwise
the new domain will not have permissions to 
open/read the cookie.
<cfcookie name="someCook" value="#altid#" Domain=".allaire.com">
for all domains that end in allaire.com
for added domains just comma delimit them
eg : Domain=".allaire.com,.houseoffusion.com"
or for more extended ones
eg : Domain=".allaire.com.de,"
make sure you always start them with a .
and up to three .  max ( I think)
Bert

===========o00o== o_o ==o00o==============
  :)~MyStiK        &
  ITPAYSYOU Inc. (www.itpaysyou.com)
  "It's not what you do it's how and why"
===============o00O==O00o================= 

# <cfoutput><cfcookie name="altid" value="#altid#"></cfoutput>
# 
# <CFOUTPUT>
# 
#     <FORM NAME="form#Int(formid)#" 
# ACTION=http://clickbank.net/sell.cgi?link=ucenet/1/Atlantis&seed=#
altid# METHOD="POST">
#          <INPUT TYPE="Hidden" NAME="formid" VALUE="#formid#">
#     </FORM>
# 
#     <A 
# HREF="Javascript:document.form#Int(formid)#.submit()">Click 
# here</font></A>
# </CFOUTPUT>
# <font face="Verdana">
# to order online by credit card (Visa, Mastercard, Discover, 
# American Express, Eurocard, Visa Debit, and Novus cards).
# 
# And on the receiving end:
# 
#  <cfif #parameterexists(cookie.altid)#>
#         <cfif #cookie.altid# EQ #seed#>
# 
#                 Purchase validated, give them what they paid for...
#         <cfelse>
#                 Problem with order...
#         </cfif>
# <cfelse>
#                 Problem with order...
# </cfif>
# 
# Thanks everybody!
# 
# sharon

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to