So, what is setdomaincookies for? Did I just confused about it or is it just nonfunctional?
----- Original Message ----- From: "Bill Wheatley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 12:06 PM Subject: Re: Clustered Session Vars > 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

