Changes between Version 1 and Version 2 of Ticket #10225, comment 5
- Timestamp:
- Oct 6, 2011, 6:03:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10225, comment 5
v1 v2 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 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. 3 BTW, if you are a developer and want to force a reload, you can add a query-string: http://..../foo/?x 4 5 If you are afraid of denial of service attacks, an attacker could send you a different query-string in every request!