I think this is the data you want. <cfobject type="JAVA" action="Create" name="apptracker" class="coldfusion.runtime.ApplicationScopeTracker">
<cfdump var="#apptracker#"> -- Snake -----Original Message----- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 25 November 2005 16:38 To: CF-Talk Subject: RE: globally clear an application variable I've seen some code floating around where you can query a list of all of the applications on your server. You could run that, loop over the values and set/clear the variable in question. Within your loop, just use <cfapplication> to set the name of the application you're wanting to work with and then do <cfset application.variable = ""> or whatever you want to do. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 11:12 AM To: CF-Talk Subject: globally clear an application variable How could one globally clear an application variable server wide, regardless of the application name? ------------------------------------------------------ This message was sent using Delmarva Online's Webmail. http://www.dmv.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:225262 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

