I have often experienced while developing my web applications that pressing F5 or refresh doesn't produce or refresh the proper result. But when we hit Ctrl + F5 it generates the correct result. What is the basic difference between simple F5 and Ctrl + F5?
I have often also experienced that pressing simple F5 and pressing the Refresh button in the browser also generate different results.
What is the basic difference among all these requests?
CTRL+F5 Reloads the current page, ignoring cached content and generating the expected result.