We recommend ensuring your application names are unique when using shared hosting and it is highly recommended to use a UUID. Below is a simple example for a naming format:
<cfapplication name = "myapp_#createUUID()#">
This ensures the scope of your application does not end up with other applications that might have the same name. This should be treated as a security recommendation for your application.