Too sticky pages and values in CF9
Hello,
I'm having problems with cf cache, or maybe browser cache.
Session values won't stay between pages, I see in the debug box previous values I deleted two days ago.
Same with cfdumps (in application.cfc) that don't print anything, or changes made to webpages aren't displayed immediately on the local machine.
I have put in Application.cfc this code:
<cfset this.sessionmanagement="true" />
<cfset this.clientmanagement="true" />
Any hint?
Thanks!
