I am trying to pass a cookie from my site into a shopping cart on another site. It seems like this would be possible:
1. Use <cfcookie name = "myCookie" value = "#myCookieVal#" expires = "30" domain=".myDomain.com"> 2. Do a cflocation to the other server 3. Then, read the cookie with Javascript once the browser goes to myDomain.com I'm also setting the cookie without the domain attribute so I can see it on my server. On my server, I can read the cookie, so I know it's getting set. But, I can't read the cookie from the other server. I'm using a Javascript alert to dump out the entire document.cookie string, and my cookie is not there! The other server is secure (https). Any ideas what might be going on? Am I mis-using cfcookie? Thanks for your help! Clarke ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
