George Lu wrote: > Thank you Jochem! It's a good template. > > I'm not quite sure about the sticky sessions and replicate sessions. Do I > really need to these?
That follows from your code and business requirements. If you use session variables, you need something to make sure that those variables are present on the cluster instance the request is directed to. That can be stcky sessions (always the same cluster instance), session replication (variables on all instances), or both. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302762 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

