I'm developing a secured asp.net application. In the app there is an signout button that when clicked takes a user back to the login page. My problem is that a user after signing out still has access to the site through the back button. Obviously this is a great security flaw. I don't think asp.net can invalidate/destroy the browser's cache, but how about javascript?
Does anyone know how to erase the history when the user reaches the login page from javascript?
Thank you,
V
Does anyone know how to erase the history when the user reaches the login page from javascript?
Thank you,
V
Comment