No, because the global variables are created before the <CFAPPLICATION> runs
as it contains variables that the application needs, such as the application
name, session timeouts and stuff.
You cannot use application scope variables before you have created the
application.

Russ

> -----Original Message-----
> From: Mark Woods [mailto:[EMAIL PROTECTED] 
> Sent: 10 May 2004 14:26
> To: [EMAIL PROTECTED]
> Subject: Re: [ cf-dev ] Copy application scope to request scope
> 
> 
> 
> >I store all my global_variables in a WDDX file, which I read in and 
> >store in a request variable, then convert the WDDX into 
> structures in 
> >REQUEST scope.
> 
> Not a direct answer to your question but...
> would it not make more sense to read the global variables into 
> application.config on application initialisation and then 
> duplicate() the 
> config structure in request scope for each request?
> 
> 
> Mark
> 
> 
> -- 
> These lists are syncronised with the CFDeveloper forum at 
> http://forum.cfdeveloper.co.uk/
> Archive: 
> http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>  
> CFDeveloper Sponsors and contributors:-
> *Hosting and support provided by CFMXhosting.co.uk* :: 
> *ActivePDF provided by activepdf.com*
>       *Forums provided by fusetalk.com* :: *ProWorkFlow 
> provided by proworkflow.com*
>            *Tutorials provided by helmguru.com* :: *Lists 
> hosted by gradwell.com*
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> 


--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to