I\'m trying to stop/disable the back button functionality of the browser when a user logs out of my CodeIgniter (PHP) app. But, I think the browser is caching the page so it
You could use javascript to close the window after they logout - thus removing any ability to go back pages.
Alot of online banks do this to solve this exact issue.