Resetting the application
I've been reading up on CF10's applicationStop() function and something simply isn't clicking as after I use it I get an error that states:
APPLICATION '' DOES NOT EXIST.
And after I remove the code and run the page again, the dump I have shows the old APPLICATION's information (one of the variables in the structure is a 'dateInitialized' which sets the current date into it when the application starts, and it's showing an old date)
I put this code in the APPLICATION.cfc constructor area so that it runs at the beginning of the page load.
I'm assuming my issue here is partly due to where I'm putting the code, but Adobe's page on applicationStop() is not specific as to this.