> 1) The documentation is not accurate concerning > persistence of session > variables when using J2EE session variables. "Variables in > these scopes are > not shared by servers in a cluster." The document should > point out that > this IS possible by using J2EE sessions and a server > buddy-list as per the > Jrun documentation on customizing session storage/management.
I think the idea is that - by default, they are not shared over a cluster - and there is no DIRECT or SUPPORTED way of doing it. In other words, you can do it, but not via the CF Admin and we won't support your efforts in that regard. > 2) With CFMX I've begun to use the session scope (J2EE > Sessions) now > that it's been deemed "safe" without cumbersome locking. What about > application scope? I know the documentation suggests locking > but is that a > proven fact or are folks just covering their butts? ;-) Yes, all the scopes are safe now, including Application and Server. You can even cfdump the server scope. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

