As my experience dictates, when I click BACK in my browser, the previous page shows again, with the starting DOM (at least starting* in the last request sent to its URL) displaying.
(* as returned from the server response; no dom-altering javascript running yet)
Is there a way to make sure the previous page is loaded again (i.e. another actual request to its URL) when the user presses BACK button?
(I expect the answer will be HTTP-related, e.g. headers, and no specific backend dependent - I already know how to send a header with my backend).