On 6/7/07, Russ <[EMAIL PROTECTED]> wrote:
>
> I think the only way to make this happen is by calling a page.  I suggest
> something like this
>
> In application.cfm
>
> <cfif not isDefined("server.somavar")>
>
>        <cfinclude template="/shared/setServerVars.cfm">
> </cfif>
>
> You can put this in every application's application.cfm and this way it
> will
> run anytime any page gets run.
>
> Russ


Drop the application.cfm for cfc and run it on Application start so you only
check for that var once per app per restart...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280438
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to