> I'm unfamiliar with the request scope and can't seem to find 
> it in any of my docs. Where is a request-scope var stored?

It's new to CF 4.5.x. It's similar to the local Variables scope in that it's
stored in memory until the entire page has been generated, then it's
discarded. The advantage of using the Request scope instead of the Variables
scope is that it's available to all of the custom tags within a single page
request.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to