Consider the code below, based on something Matt provided a year or two ago (with some caveats as I recall). The intent is to get a structure of ALL session data - currently in play under an application. I don't understand the results I get under the desktop version.

The first dump correctly gives me MY OWN session structure as a typical user (with my sessionid and some other custom params I set). The second dump would give me ALL the sessions under my other distro's, but here/now it's just an empty structure.

Did a more reliable - or perhaps universal - method to get this information ever achieve maturity, for all the OpenBD platforms? I can see that Matt's admin console has some new session insight, so I'm thinking something better is afoot.

Thanks,
Al

<cfdump var="#session#">
<cfset sessionCF = CreateObject('java','com.naryx.tagfusion.cfm.engine.cfSession').init(getPageContext().getRequest(), getPageContext().getResponse(), getPageContext().getServletContext()) /> <cfset allAppSessions = CreateObject('java','com.naryx.tagfusion.cfm.application.cfApplicationManager').getAppData(sessionCF,arguments.appName).getSessions()>
<cfdump var="#allAppSessions#">

--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to