if you are using application variables or queries that are cached within created time span, the cf server will respect the cached values and will not duplicate them by executing the same queries twice; you will have the same effect if application variable you are accessing is not changed by using cfset tag to a new value;
search your application for tag attributes that looks like this: cachedwithin="#CreateTimeSpan(1,0,0,0)#"; if found, that is probably where your problem is... Sylvano
dsylvano@hotmail.com