Session vars will never be available across a cluster, because they are stored in memory. You have to use client variables in a centralized DB to get this functionality (or cookies, I suppose).
> -----Original Message----- > From: Ryan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 9:54 AM > To: CF-Talk > Subject: Clustered Session Vars > > > Well, we have a cluster of 3 servers, all of which are being > looked after by ClusterCats. The cfapplication tags in the > Application.cfm on each server has the setdomaincookies variable > set to "yes", but session vars do not appear to be working across > the cluster. Is there something else that must be done to > accomplish this? > > Thanks, > > Ryan > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

