Re: Session variables across servers

2008-05-09 Thread Jochem van Dieten
Scott Stewart wrote: I'm looking for different possibilities it's a rig until they move the sites to the same server... You efforts are probably better spent speeding up the site move. Jochem ~| Adobe® ColdFusion® 8

RE: Session variables across servers

2008-05-09 Thread Scott Stewart
PROTECTED] Sent: Friday, May 09, 2008 3:20 AM To: CF-Talk Subject: Re: Session variables across servers Scott Stewart wrote: I'm looking for different possibilities it's a rig until they move the sites to the same server... You efforts are probably better spent speeding up the site move

RE: Session variables across servers

2008-05-08 Thread Brad Wood
Session will persist between two domains if you have the same cfapplication on both sites and keep passing in the same cfid and cftoken values when going from one domain to another. Session replication between physical servers is another thing. You need to be running ColdFusion enterprise, and

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
, 2008 11:57 AM To: CF-Talk Subject: RE: Session variables across servers Session will persist between two domains if you have the same cfapplication on both sites and keep passing in the same cfid and cftoken values when going from one domain to another. Session replication between physical servers

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
: Thursday, May 08, 2008 11:57 AM To: CF-Talk Subject: RE: Session variables across servers Session will persist between two domains if you have the same cfapplication on both sites and keep passing in the same cfid and cftoken values when going from one domain to another. Session replication between

RE: Session variables across servers

2008-05-08 Thread Dave Watts
We've got a weird temporary issue.. We have two websites, on different servers under different domains. They need one login for both sites. My understanding is that J2EE Session variables will persist between servers/domains. If you're using cookies for your session tokens, they can't be

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:22 PM To: CF-Talk Subject: RE: Session variables across servers We've got a weird temporary issue.. We have two websites, on different servers under different domains. They need one login for both sites. My understanding