If I put a <cfdump var="#APPLICATION#"> the line following <cfapplication> on my application.cfm. The dump displays all the APPLICATION values in the score. Only problem is, I don't set any of these values until after the dump. It's almost as if the APPLICATION scope is a SESSION. Being that it remembers the values from a previous execution. So, I set my application timeout at 1 minute. I erased the line <cfset APPLICATION.value = 1>. After the timeout, the variable was still included in the dump, this time as a [empty string] instead of 1. A minute or two later and the value finally disappears and doesn't show in the dump. Is this normal? Why is it being reset to an empty string? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

