Changes between Initial Version and Version 1 of Ticket #10225, comment 5
- Timestamp:
- Oct 6, 2011, 5:58:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10225, comment 5
initial v1 1 1 A normal reload (F5 or ctrl-r) does not set the request header "Pragma: no-cache". Only shift-ctrl-r or ctrl-f5 sets it. The current implementation (ignoring pragma no-cache) does not help you, if someone wants to bring your site down. I think this is a valid ticket and pragma no-cache should not be ignored. 2 3 Up to now there is no way for a developer to force a reload if the page is served by the cache_page decorator. That's what I want: force a reload.