I can see why it would error due to server configuration but not why it
would show an empty structure. Sorry. 


<cfset sessions = getSessionList(application.applicationname) />

<cfloop item="i" collection="#sessions#">
        <cfdump var="#sessions[i]#" /><br>
</cfloop>

Try that.


..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

 


-----Original Message-----
From: Ryan Stille [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 08, 2006 12:32 PM
To: CF-Talk
Subject: Re: getSessionList.cfm UDF

Are there any CF/Java or server configuration issues that would prevent this
from working?  I am getting an empty structure, yet I can dump my personal
session right below this code.  Thanks.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:263356
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to