The following dtml code will tell the browser that the page expires one hour in the future: <dtml-call "RESPONSE.setHeader('Expires', _.DateTime(_.DateTime().timeTime() + 3600).toZone('GMT').rfc822())"> -- Itamar S.T. itamars@ibm.net