Dave One solution is to create an application scope structure which contains each sessions session.sellcustomer id. You should then be able to refer to a particular session. You may also want to store the time of the last request so you can expire users after a period of inactivity.
If you are using CFMX there may be more elegant solutions available. Hope that helps Kola >> -----Original Message----- >> From: Dave Wilson [mailto:[EMAIL PROTECTED] >> Sent: 01 August 2003 11:11 >> To: CF-Talk >> Subject: check through all open sessions? >> >> Hi all, >> >> I'm wondering is it possible to check through all active sessions on a >> particular site. >> >> Basically I have a customer services (backend) site which allows for >> real-time interaction with customers, both online (online customers using >> a >> public facing site) and physical. Each customer services rep has a >> session.sellcustomer variable within their session which is essentially >> the >> customer's id. Now the site has an area for listing all current >> customers. >> >> I'd like to display which rep is with which customer by possibly looping >> through all active sessions and using the session.sellcustomer variable >> from >> each session. >> >> How do I access all active sessions and their respective variables? >> >> TIA, >> Dave >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

