On Wednesday, Feb 26, 2003, at 10:02 US/Pacific, Barney Boisvert wrote: > Session vars will never be available across a cluster, because they are > stored in memory.
This is no longer true with CFMX. CFMX relies on the underlying J2EE server for this functionality. For example, CFMX for J2EE on JRun allows you to replicate session variables in real-time across the network. See my blog on how to set this up: http://www.corfield.org/blog/archives/2003_01.html#000056 And this for more background information: http://www.corfield.org/blog/archives/2003_01.html#000055 Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

