On Sun, 20 Aug 2000, T.J. Mather wrote: > use > > my $headers = $r->headers_out; > $headers->{'Pragma'} = $headers->{'Cache-control'} = 'no-cache'; > $r->no_cache(1); as of 1.21_01, you only need to call $r->no_cache(1), see Changes: $r->no_cache(1) will now set the r->headers_out "Pragma" and "Cache-control" to "no-cache"
- expiring pages with mod_perl Jamie Krasnoo
- Re: expiring pages with mod_perl Matt Sergeant
- Re: expiring pages with mod_perl T.J. Mather
- Re: expiring pages with mod_perl Doug MacEachern
- Re: expiring pages with mod_perl Ken Williams
- Re: expiring pages with mod_perl Andreas Schiffler