I want to expire my previous page when end user clicks on LogOut or Back button of the browser.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you include this at the top of all of your pages, it will require the client to always reload the content, making the back-button requesting a new copy of the page.
|
|||||||||
|
|
You could have some issues with the browser back button, because when clicked, some browsers simply don't reload the page from the server and displays the previous state of the page from the cache. |
|||
|
|