Possible Duplicate:
Ctrl+F5 vs Ctrl+R (On Browsers)

What exactly does CTRL + F5? I have used for years to get fresh non-cache page. How does it work? Does it request makes a request to the DNS server for non-cache paged? If not, then when and where does it request for the non-cached page.

link|improve this question

78% accept rate
Related Ctrl+F5 vs Ctrl+R (On Browsers) – Sathya Dec 2 '10 at 15:56
feedback

closed as exact duplicate by Sathya, Diago Dec 2 '10 at 16:34

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

It tells the browser to get a new page regardless of what it has cached on disk (As if you had never seen it before).

It has nothing to do with the web server.

link|improve this answer
It also has nothing to do with the DNS server. Your web browser caches (stores) to disk images, stylesheets and even much HTML content. Adding Ctrl tells the browser to ignore what it has saved locally and makes fresh requests for the main page and everything that the main page references. – Doug Harris Dec 2 '10 at 16:00
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.