Oohhh...  Haven't tried it in OnRequestStart...  I have it in the cfm
page...  Let me move the check/reset.

Thanks!

On Dec 15, 1:11 pm, "Matt Quackenbush" <[email protected]> wrote:
> If you're using Application.cfc....
>
> onRequestStart
>     if ( structKeyExists(url, "myreinitflag") ) {
>        onApplicationStart();
>     }
>
> If you're using Application.cfm...
>
>     if ( NOT structKeyExists(application, "isInited") OR
> structKeyExists(url, "myreinitflag") ) {
>        // create application singletons here (such as Transfer)
>     }
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to