Miroslav Madzarevic wrote:
> 
> How can kill If-Modified-Since and E-Tag incoming headers ?
> 
> Do I do it in my custom PerlInitHandler module ?
> 
> I have a development server and I don't wish anything to be cached (304
> messages, not modified).
> Right now my Cookies are not set because of this.

$r->no_cache(1);

should help, anytime before calling $r->send_http_header() or prior to
the content-generation phase (for files handled by http_core)

--Geoff
  • caching Miroslav Madzarevic
    • Geoffrey Young

Reply via email to