Ha! I dont have ANY code like THAT... *hides* Just curious but did you mean to do this?
@author Bobby Hartsfield ([EMAIL PROTECTED]@acoderslife.com) :-) ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 4:33 PM To: CF-Talk Subject: Re: getSessionList.cfm UDF Thanks - mispaste on my part. If folks were to see the code behind CFLib, they would run screaming.... On 12/4/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > As you have it now will error. Appname doesn't exist. It will need to be one > of the two.... > > function getSessions(appName) > { > var tracker = createObject("java","coldfusion.runtime.SessionTracker"); > return tracker.getSessionCollection(appName); > } > > -or- -- =========================================================================== Raymond Camden Email : [EMAIL PROTECTED] Blog : ray.camdenfamily.com AOL IM : cfjedimaster Video game player? Have kids? Check out KidGamers.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262811 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

