>so I've got a site with a few Application.cfc (basically I want to
>lock down some folders).
>If everyone has to log in to hit the admin/Application.cfc does that
>cfc need the onApplicationStart method or even onSessionStat methods?
>And it shouldn't need the application variables either correct?
>Am I on the right track of thought?

Greg,

I think you're correct in your thinking. onAppStart and onSessionStart don't 
need to be in admin/application.cfc

But you might want to extend your root application.cfc if you want to use its 
variables, etc. I use Sean's technique...works nicely. 

http://corfield.org/entry/Extending_Your_Root_Applicationcfc

Will 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:341041
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to