not to get too technical, but the file OnRequestEnd does not run after the request; but rather at the end of the request... it is the last thing processed by the server in terms of CFM pages. I know this is picky, but for a newbie, might as well start em out on the right track :-)
-----Original Message----- From: Cantrell, Adam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:16 PM To: CF-Talk Subject: RE: Application.cfm In addition to the other replies, another useful file to know about is OnRequestEnd.cfm - same thing as Application.cfm, only it runs AFTER the request, not before. I had been developing CF apps for at least 6 months before I knew about this. I think it's more well known now though. Adam. > -----Original Message----- > From: Scott Wilhelm [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:42 AM > To: CF-Talk > Subject: Application.cfm > > > Do I have to include application.cfm in all my cfm pages, or is that > automatically done for you? > > Scott > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

