Ok, even if you aren't using express, what essentially needed is to set the nocache headers This is causing a problem to my login system (users not logged in can open old cached pages of logged in users) I'm adding the headers in a reusable middleware, otherwise you can set those headers in any way that works.
Breckie Hill Leaked Breckie Hill Leaked: A Digital Privacy Examination
It was intended as a privacy measure
I am looking for a method to disable the browser cache for an entire asp.net mvc website i found the following method
As @kornel stated, what you want is not to deactivate the cache, but to deactivate the history buffer Different browsers have their own subtle ways to disable the history buffer In firefox (v23.0.1) any one of these will work By default, my browser caches webpages of my expressjs app