They are not global in the sense of application or server variables - in fact, I wouldn't use the word global at all. A request variable will exist for the entire request. So, if you set request.foo in Application.cfm, the template you called will have access to request.foo, as will any custom tag called. onRequestEnd.cfm will also have access to the variable.
Request variables are NOT global at all. If I set request.foo to randrange(1,100), I will get a different request.foo variable then you will (most likely ;). ======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Robert Everland [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 10:00 AM > To: CF-Talk > Subject: RE: request scope. > > > You know I use request variables, but what do they do. Like > when you say > global, what do you mean by global? > > Robert Everland III > Dixon Ticonderoga > Web Developer Extraordinaire > > -----Original Message----- > From: Jeffry Houser [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 9:59 AM > To: CF-Talk > Subject: Re: request scope. > > > I'm pretty sure it was 4.5. It was created for Spectra users (who > apparently couldn't handle the thought of parameter passing > and wanted to > use only global variables). > > Are you writing a book? > > At 09:54 AM 01/31/2002 -0500, you wrote: > >Anyone know for sure how long the request scope has been a part of > >CF? What version in partic did it debut? > > > > > -- > Jeffry Houser | mailto:[EMAIL PROTECTED] > AIM: Reboog711 | ICQ: 5246969 | Fax / Phone: 860-223-7946 > -- > Need a Web Developer? Contact me! > My Book: Instant ColdFusion 5 | http://www.instantcoldfusion.com > My New Book: ColdFusion: A Beginner's Guide February 2002 > -- > Far Cry Fly, Alternative Folk Rock > http://www.farcryfly.com | http://www.mp3.com/FarCryFly > > ______________________________________________________________________ Dedicated Windows 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=coldfusiona 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

