I'm trying to get a page to load a fresh copy from server when the client arrives at it by hitting the back button. By default it loads the old cached copy from browser memory.
Is there a way to do that? (in node.js)
Adding an empty function to window.unload
as mentioned here doesn't work for me.