> Thanks for your help, but I thought that once you define the > variables in the APplication scope they are yours to use them > at any time and the <cfapplictioan tag does not need to run > again until the application TIMES OUT. SO if thats the case, > Application.DSN would be defined for 20 min, and it would > skip redefining the application scope again. Am I wrong? IF > Application.DSN is NOT DEFINED, then it will run the > CFapplication tag, whats wrong with this logic?
For CF to know that a page belongs to a specific application, and thus has access to the appropriate Application variables, it has to run the CFAPPLICATION tag for that page. For this reason, it should be at the top of the page. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190172 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

