RE: Cross domain quandry

2005-03-18 Thread Connie DeCinko
Store the details in a temp table and log them into both domains at the same time. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:10 AM To: CF-Talk Subject: Cross domain quandry I have a scenario that I've never had to address before. I

RE: Cross domain quandry

2005-03-18 Thread Dave Watts
I have a scenario that I've never had to address before. I have 2 domains that share the same database. One domain will be for retail product sales while the second domain will be for membership-based, larger quantities Costco style product sales. I'd like a user to be able to bounce

Re: Cross domain quandry

2005-03-18 Thread Rey Bango
Sent: Friday, March 18, 2005 11:34 AM Subject: RE: Cross domain quandry Store the details in a temp table and log them into both domains at the same time. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:10 AM To: CF-Talk Subject

RE: Cross domain quandry

2005-03-18 Thread Jim Davis
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 12:12 PM To: CF-Talk Subject: RE: Cross domain quandry You could use an image in one domain, and have that image served by a CF page on the other domain. You could pass a token in the IMG

Re: Cross domain quandry

2005-03-18 Thread Rey Bango
Thanks Dave. Could you elaborate a bit on this? I've never implemented that before so I'm not quite following. Rey... - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, March 18, 2005 12:11 PM Subject: RE: Cross domain quandry

RE: Cross domain quandry

2005-03-18 Thread Dave Watts
Could you elaborate a bit on this? I've never implemented that before so I'm not quite following. Well, something like this - in domain1.com, you'd have a page that sets local cookies, and this page would have an image tag, like this: img