Ok, even if you aren't using express, what essentially needed is to set the nocache headers I am looking for a method to disable the browser cache for an entire asp.net mvc website i found the following method I'm adding the headers in a reusable middleware, otherwise you can set those headers in any way that works.
Sofiiiagomez / realsofiagomez / sofia_gomez / sofiiiiagomez nude
For security reasons we do not want certain pages in our application to be cached, eve.
By default, my browser caches webpages of my expressjs app
This is causing a problem to my login system (users not logged in can open old cached pages of logged in users) How do i disable this It was intended as a privacy measure