When I make changes to Application.cfm, the changes are not becoming active on the site.
I've checked for other Application files on the server, and the others are only found in CFIDE/administrator folders.
I've added some code I found here at TT:
<META http-equiv="Expires" content="Now" >
<META http-EQUIV="pragma" CONTENT="no-cache">
<CFHEADER Name="Expires" Value="#Now()#">
<CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate">
This did not help. How can I stop application.cfm from caching and changes to take affect immediately. The caching options in cfadmin panel is all default. I have only changes the debugging settings.
BTW, never before have I had this problem.
ColdFusion Server Developer 6,1,0,63958
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
I've checked for other Application files on the server, and the others are only found in CFIDE/administrator folders.
I've added some code I found here at TT:
<META http-equiv="Expires" content="Now" >
<META http-EQUIV="pragma" CONTENT="no-cache">
<CFHEADER Name="Expires" Value="#Now()#">
<CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate">
This did not help. How can I stop application.cfm from caching and changes to take affect immediately. The caching options in cfadmin panel is all default. I have only changes the debugging settings.
BTW, never before have I had this problem.
ColdFusion Server Developer 6,1,0,63958
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic