config.reloadTimeServerOffset();
checkOldClientFile(config);
//try{checkStorageScopeFile(config,Session.SCOPE_CLIENT);}catch(Throwable t){}
//try{checkStorageScopeFile(config,Session.SCOPE_SESSION);}catch(Throwable t){}
try{config.reloadTimeServerOffset();}catch(Throwable t){}
try{checkTempDirectorySize(config);}catch(Throwable t){}
try{checkCacheFileSize(config);}catch(Throwable t){}
try{cfmlFactory.getScopeContext().clearUnused();}catch(Throwable t){}
}