I'm trying to set all my apps properties via a config file to make
deployment between dev, production servers easy. Problem is the application
vars that are read via onApplicationStart() are not available within the
opening part of the application.cfc and when I try to set these properties
inside onRequestStart() they do not work. Should I be able to set these in
onRequestsStart()?

 

<cfcomponent output="false" extends="coldfireApplication">

    

    <cfset this.clientManagement    = true>

    <cfset this.setClientCookies    = true>

    <cfset this.setDomainCookies    = false>

    <cfset this.clientStorage       = application.gs.clientVarDataSource>

 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346711
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to