> -----Original Message----- > From: Christine Davis [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 19, 2006 5:21 PM > To: CF-Talk > Subject: RE: Foundry Server Iron > However, having said that... We really are interested if > anyone has any > insight, our tech folks require hardware load balancing and > we're trying > to support our user's request that we not require them to log in more > than once a day. Because the sticky session expires on the load > balancer after 60 minutes, the user is sometimes directed to > a different > server where they must log in again. This is apparently a > world ending > event that causes thousands of dollars in lost productivity... so, the > search for a solution that doesn't involve changing our current load > balancing methods is on... I love politics, it's a Dilbert world. > Anyone have an "outside the box" kind of solution for me?
It does indeed look like ServerIron allows the TCP age to only be between 2 and 60 minutes. How about sending a keep alive connection to the server using a timer within each page of the application? If a session is in danger of timing out, hit a generic timeout URL with a request to keep the session live on the load balancers. Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:257596 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

