There are upcoming maintenance events which may impact our services. Learn more

Using unique application names Print

  • 0

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.


Was this answer helpful?

« Back