Just so I'm clear on this... You are using the request scope for EVERY variable you set or ONLY the global variables?
In other words, do you use the variables scope at all on the "view" pages? Would you have used: <cfquery name="request.myQuery" ...> ? m!ke -----Original Message----- From: Adrian Moreno [mailto:[EMAIL PROTECTED] Sent: Friday, May 23, 2008 10:23 AM To: CF-Talk Subject: Re: setting page variables in onRequestStart During our site rewrite, we opted to use the request scope over the variables scope for all "view" (CFM) pages. We use onRequestStart() to make sure certain global site variables are available in the request scope. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305958 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

