There are occasions when I want to quickly check to see that a Web page I have on a server is still there. For example, if I think I may have accidently deleted it the last time I was connected to the server. So to save time, instead of checking for the file on the server, I just go to the url with my browser to see if it is still there.
I know that browsers compare the date and time of the file on the server with the date and time of the file in my browser cache, and if the date of the file on the server is not a later date, the browser uses the cached version rather than downloading the file from the server.
But if the file is no longer on the server, is it possible that the browser would bring up the file that is in my browser cache. leading me to believe mistaking believe it is still on the server? The seems very unlikely because if the browser is comparing dates, and the file is no longer on the server, there is no date to compare with. But i just want to be sure.