> -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 11:33 AM > To: CF-Talk > Subject: RE: request scope.
> > > > I use OnRequestEnd so rarely, I was unaware that the > > variables scope was > > not available to it. > > Like Application.cfm, it has it's own local scope, so, if you want to > share stuff, the request scope is good for this. As far as my testing went, any local variables creating in application.cfm are available to the specified .cfm file AND the onrequestend.cfm file, regardless of them being created in application.cfm or the called .cfm file, so I don't quite understand where you are both coming from (Jeffry and Ray). Andy ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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

