THANK YOU TIM! This sounds like exactly what I need. At 04:27 PM 8/7/2003 +0100, Tim Blair wrote: >Just found this so thought I'd put it out for those who are interested >(from http://www.rewindlife.com/archives/000046.cfm)... > >It's a way of using the underlying session handing of CFMX to grab a >reference to a struct of _all_ current sessions, without the need for >explicitly storing them in the application scope or other: > ><cfapplication name="sessionLister" sessionManagement="yes"> ><cfset tracker = createObject("java", >"coldfusion.runtime.SessionTracker")> ><cfset sessions = >tracker.getSessionCollection(application.applicationName)> ><cfdump var="#sessions#"> > >Tim.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

