You can also get a different load balancer (or set up a linux box). I believe the latest apache also has some load balancing features... Perhaps the cache settings in apache are a bit more configurable...
It looks like the latest version of apache supports sticky sessions. >From http://httpd.apache.org/docs/2.2/mod/mod_proxy.html stickysession - Balancer sticky session name. The value is usually set to something like JSESSIONID or PHPSESSIONID, and it depends on the backend application server that support sessions. Russ > -----Original Message----- > From: Brad Wood [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 1:54 PM > To: CF-Talk > Subject: RE: Foundry Server Iron > > Even though that would be a fairly large rewrite of existing code (all > session vars to client vars) ... it seems like just a waste to not be > able to use your session scope all because of a silly load balancing > setting. And then we would have to serialize everything which wasn't a > simple variable. I can't imagine that performing well. *sigh* So much > trouble for such a simple problem. > > If I did anything, it would most likely be some sort of "keep alive" hit > every 55 minutes or so. > > ~Brad > > -----Original Message----- > From: Ben Koshy [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 12:40 PM > To: CF-Talk > Subject: Re: Foundry Server Iron > > We use a server Iron and it works great. However we found sticky ports > to > be flaky so we just moved all the session variables to client variables > and > had no session issues across multiple servers. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257623 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

