I am adding a session tracker to my application.cfc file. I have gotten to a
point where I notice a couple of blocks of code that repeat and could be used
more efficiently in a separate component.

Can I invoke another method from another component in the Application.cfc file
or will that cause me trouble?

Thanks!

Josh