>Does anyone know of a good way to flush the vars stored in the application >scope? I tried setting the applicationtimeout to CreateTimeSpan(0,0,0,0) >and >that didn't do anything. I'm not sure how cfflush works but I think that >has to >do with headers and not with ColdFusion cacheing. Anyway, if any of you >has >a good tip for this I'd appreciate it.
Since the APPLICATION scope is a structure, just use StructClear(APPLICATION), and that will do it. Regards, Dave. ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

