But you should really switch to client vars stored in a db if you can help it at all you'll solve alot of your problems for clustercats. Except in the situations where you have too much data for a client var to handle but most things you should be ok.
----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 1:05 PM Subject: RE: 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? In CF 5 and earlier, Session variables can not "work across the cluster". If you want to use Session variables in a clustered environment, you'll have to configure your cluster to use "sticky sessions", which will direct a new user to the least-busy server, but will then redirect all subsequent requests from that user to the same server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

