Let Your Clients Reload Their Fusebox Application
At some point you might need to give your client the ability to reload their fusebox application (for example, if they have the ability to add new content).
Try using this in your code:
<cfset xfa.reinit = "&fusebox.loadclean=true&fusebox.parseall=false&fusebox.execute=true&fusebox.password=" & FUSEBOX_PARAMETERS.password>
Admittedly this is nothing new, but I like the fact that it calls in the password parameter from the fusebox config file. This will obviously help with code management.

