Hello,
When sending a POST request netscape-4.7 still caches the page and
doesn't return the updated page with the POST results.
In which mod_perl *handler would it be more appropriate to insert code
to the effect that:
if ($r->uri =~ /login/) {
$r->no_cache(1)
}
This is to override the DefaultExpires directive on certain pages with
forms.
Thanks in advance,
--
Louis-David Mitterrand - [EMAIL PROTECTED] - http://www.apartia.org
How's my posting? Call 1-800-DEV-NULL
- RE: modperl workaround for bug in netscape-4.7x wit... Louis-David Mitterrand
- RE: modperl workaround for bug in netscape-4.7... Geoffrey Young
- RE: modperl workaround for bug in netscape... G.W. Haywood
