Re: question on sub-requests
Torsten Förtsch <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 11/14/2012 03:53 PM, André Warnier wrote: > The tidbit above makes me think about a possibility to solve another > issue that happens from time to time : some users browsers that are NOT > refreshing their copies of stylesheets or javascript libraries, even > though they have been modified. > Not all users know how to clear their browser cache (and some cannot > because of policies). Maybe this offers a way to solve that. Need to > think about it. much simpler, remove the corresponding If-* input headers with mod_perl or mod_headers. Torsten