Customer Support System
Language
 
Home>Knowledge Base>ColdFusion>CF Tips>Reset Application Variables
User Login
Username
Password
 
 Login
Information
Article ID10
Created On5/9/2008
Modified5/9/2008

Reset Application Variables

When doing updates to your site on the server it's always a good idea to reset your application variables to be sure all the necessary variables have been set based on the latest code. Here's how you do this...

Enter this URL variable on the end of you site address...

?resetApplication=YourDebugPassword

so it would look something like this...

http://www.yoursite.com/index.cfm?resetApplication=YourDebugPassword

This will force ColdFusion to reset your application variables.