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.
Wasn't aware you needed these variables for application initialisation. You could still cache them in the application scope once the application has been initialised, saving yourself including a deserialising a wddx file 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]