Darn! (CF5)

Error Diagnostic Information
Unhandled System exception ! 
java.lang.ClassNotFoundException: ClassFormatError for class 
coldfusion.runtime.SessionTracker. Java exception occurred in call to method.


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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to