Line # | Revision | Author | |
---|---|---|---|
1 | 386 | ahitrov | <%init> |
2 | |||
3 | $r->header_out('Cache-Control', 'no-store, no-cache, must-revalidate'); | ||
4 | $r->header_out('Pragma', 'no-cache'); | ||
5 | $m->call_next; | ||
6 | |||
7 | </%init> |
Line # | Revision | Author | |
---|---|---|---|
1 | 386 | ahitrov | <%init> |
2 | |||
3 | $r->header_out('Cache-Control', 'no-store, no-cache, must-revalidate'); | ||
4 | $r->header_out('Pragma', 'no-cache'); | ||
5 | $m->call_next; | ||
6 | |||
7 | </%init> |