Vivek Khera <[EMAIL PROTECTED]> writes: > >>>>> "SW" == Simon Wilcox <[EMAIL PROTECTED]> writes: > > SW> How about using Apache::Filter to add a simple filter after TT that > SW> looks for the <meta> tag and sets $r->no_cache(1) if it sees it ? > > I think it is easier to just have tt write to a string, and set the > $r->no_cache(1) based on the TT processing via a plugin.
I haven't followed this thread. But: You could maby use the x-bit for indicating that the page should be rendered with a secial header, or maby with no header, setting the header from the template. Or you could use a special file extension for it. Like ttnc or something... -- / Jonas - http://jonas.liljegren.org/myself/en/index.html
