cleaning out the application variables
Hi,
I set my datasource in the Application cfc like this
<cffunction name="onRequestStart" access="public" returntype="void">
<cfif NOT IsDefined("application.datasource")>
<cfset application.datasource="mysite">
</cfif>
If I have to look at another site running on the same local development server if often cannot connect as the application is trying to connect to the other datasource. Is there a way to flush out the application variables in administrator?
Thanks,
H.
