...
>You are trying to call a non-existent method. At least not in that
context.
>I think the following will do what you trying to accomplish:
> <dtml-call "RESPONSE.setHeader('expires', (ZopeTime() +
.01).rfc822())">
So far so good. Thanks for the assistance.