|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
Session variables across serversBrad, Does this involve activating J2EE session vars Thanks sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) 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 have your application deployed as an instance on both machines which are part of a single JRun cluster. At that point, there is a setting in CFAadmin for session replication. ~Brad Hey all, 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. How do you implement this in ColdFusion? Thanks sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) |
May 19, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||