Hi all,

I am using the coldfusion.runtime.SessionTracker java class in order to 
retrieve all sessions active by CF MX 6.1 in a structure. The exact function is 
provided below and I got from a page on the net. 

My question is, whether I can use the coldfusion.runtime.SessionTracker class 
from within java in order to retrieve the sessions structure there instead. Is 
that Possible? 


Thank you in advance,

Stavros Tekes

function getSessions() {
           var tracker = 
createObject("java","coldfusion.runtime.SessionTracker");
           return tracker.getSessionCollection(application.applicationName);
        }

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:40:1301
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/40
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:40
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.40
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to