My apologies that I haven't finished the docs for it yet, but I'll happily answer questions.
The username can be *anything* you want. Its mostly used so that multiple consoles attached to one server know whos logged in. > Kevin, how is the session viewer supposed to work? I pick an > application and was expecting to see a list of current sessions. > Instead I get another menu of common session variables used in my > applications and a button to "Load Filters". Would it be possible to > make it list the currently open sessions and then view the session data > for that particular session, your method seems backwards? Actually the reason I've done this is so that you can drill down and only pull the data you want. The next combobox loads parses and shows a list of all the properties in that applications default session. From that you can pick and chose what session properties you wish to see from all running sessions within that application. The company I work at always has its data in a substruct of session and I might've mistaken that's how most devs do it. So all our user data resides in Session.userInfo and to access data that means something, it would be found in Session.userInfo.firstname, Session.userInfo.lastname & Session.userInfo.userid. In retrospect, I think I'll do it as a tree structure that you can check off what data you want from where. Thanks for the comments, Kevin -----Original Message----- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:01 PM To: CF-Talk Subject: RE: Free Coldfusion Devs Tool Very interesting tool. As an FYI, when the CRD tool asks you for the username & password it seems to be asking for the cfadministrator login, which has a blank username. Or at least that's how I got in. Kevin, how is the session viewer supposed to work? I pick an application and was expecting to see a list of current sessions. Instead I get another menu of common session variables used in my applications and a button to "Load Filters". Would it be possible to make it list the currently open sessions and then view the session data for that particular session, your method seems backwards? Very nice tool though, I'll definitely be using it lots. Thanks, Kevin! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195946 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

