AOL is a nightmare for this due to its rotational IP nonsense.
-----Original Message----- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 12:51 To: CF-Talk Subject: RE: Which Framework Now: Vars / Session State in a Cluster Paul, Thanks a ton for that tag, it does exactly what I want! I currently have my Cisco CSS set to use the users IP address to keep their session 'sticky' to a given server, which works for most of my cases (AOL is busted). I am at the very beginning of a complete application re-write, so I am doing all my research now =) Thanks for the advice, and thanks to anyone else putting up with my inane questioning! Chris -----Original Message----- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 7:40 AM To: CF-Talk Subject: RE: Which Framework Now: Vars / Session State in a Cluster Chris, I've sent you a custom tag I wrote off list that should stop race conditions across servers, as for maintaining state, if you aren't going to use client vars in a cluster, then you need to use sticky sessions so that each users lands and remains on that server for the length of their session. This is usually achieved with round robin DNS and/or specialist load balancing software. The only clusters I ever built all used a dedicated SQL Server DB (cookiejar) to store the client vars in and another SQL Server machine for the application DB because the amount of hits to cookiejar was 2 or 3 per page request depending on what was happening as I recall so splitting out the resources made sense when we got to very high loads. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276893 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

