Hello, I am using the Authentication API provided with DRK7 in one of the
applications. The API consists of a CFC that has methods to return values as
the user's ID, Role, etc. The other component of the API is a custom tag that
takes the CFC as an argument. Then you can use the cfmodule tag to call the
custom tag and pass it the CFC, which is stored in your application scope, to
do authentication/authorization. The question is, since I am passing an
application-scope CFC to the custom tag, do I need to lock the application
scope everytime I use cfmodule? Thanks in advance.