From DTML: From python/python script: def noCache(self, REQUEST): REQUEST.RESPONSE.setHeader('Cache-Control', 'no-cache') REQUEST.RESPONSE.setHeader('Pragma', 'no-cache')