I am doing a high security jsp/servlet application. After the user has logged out using the log-out button, using the browser back button, he is still able to login back and visit the page.
1) Can we disable cache/history of the page 2) Or can we override the functionality of a back button through jsp/javascript?
Thanks in advance