I've never used an Application.cfc before and decided I should get
with the times. :) I ran across this article byIn Ben Nadel about
application and session timeouts. (http://www.bennadel.com/blog/1668- Understanding-Application-And-Session-Timeouts-In-ColdFusion.htm) I
ran this, but I'm never getting the timeouts hit and the scopes
reset.
In his application.cfc he specifically calls out the timeouts to be 10
seconds and 5 minutes. I changed these to 10 seconds and 1 minute. I
periodically refreshed the page, but it just shows the counters going
up and up. I never resets the application or session like I'd
expect.
I then went into the admin and changed the default timeouts to the
above. I then reset the server, but it still doesn't reset them as I
would expect.
Of course, as I'm writing this, I go back to the page and refresh it
and the counters reset. I'm not sure how long it has been sitting
though. I just tried again, making sure that I at least waited one
minute, but still nothing.
As a side note, in the Admin there is the property for Disable Global
Client Variable Updates. What exactly does this control?