I am in the process of developing new applications from scratch

I need to move data around several pages of an app with all data
relating to the current user accessible from each page in the
application

The obvious choice for me would be to use session scope but after
speaking to permanent members of staff here they are advising not so
use this as sessions need to be sticky as it is a 4 server clustered
environment... and they are advising against it because it can be
messy/tricky

On my last application developed here I resorted to passing data
around in wddx from page to page and even writing to DB where
necessary.

My thoughts are that needing/wanting to use session scope variables in
a multi-server environment must be quite a common requirement... so
how do other people approach this situation?

Thanks

-- 
Rich

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

Reply via email to