I'm not exactly sure what a keep alive connection looks like, unless you
just mean periodically hitting a page with JavaScript once every 55
minutes.  If I hit a CFM page, it would keep my session from ever
expiring which would not be good.  What if I requested something simple
like an image from the server if the page was open for an hour?  Is that
the kind of thing you are talking about?

Thanks!

~Brad

-----Original Message-----
From: Andrew Tyrone [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 20, 2006 11:24 AM
To: CF-Talk
Subject: RE: Foundry Server Iron

> -----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:257598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to