Let me word this better:
What code should I use - to get/search the session data of ALL users
within an application - that works on the desktop version?
On 3/4/2012 12:43 AM, Alan Holden wrote:
(snipped)
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.
<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