Be aware that the behaviour of OnRequestEnd.cfm is slightly different to the Application.cfm however. ColdFusion wont go hunting up the tree for a OnRequestEnd.cfm file if it doesn't find one in the current directory, like it does with Application.cfm. So you have to put one of them in every directory where you want it to act, including the subdiretories.
Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Evans Sent: Tuesday, 26 August 2003 1:16 PM To: CFAussie Mailing List Subject: [cfaussie] RE: Friend for application.cfm? Thanks! ----- Original Message ----- From: "Mark Stanton" <[EMAIL PROTECTED]> To: "CFAussie Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 1:06 PM Subject: [cfaussie] RE: Friend for application.cfm? > Yes there is an OnRequestEnd.cfm. I also suggest that you name your file > Application.cfm as this case is very important if you ever migrate to a *nix > box. > > > Cheers > > Mark > > > ______________ > Mark Stanton > Web Production > Gruden Pty Ltd > Tel: 9956 6388 > Mob: 0410 458 201 > Fax: 9956 8433 > http://www.gruden.com > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
