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

