Welcome Guest, Not a member yet? Register   Sign In
PHP Codeigniter is showing the cache when i press the back button after I logout
#2

[eluser]WanWizard[/eluser]
That isn't PHP or CI's fault, it's standard browser functionality.

Back means "back to the previously loaded page", not "re-fetch the previous URL I visited".

Using the back button shouldn't be an issue, the user has already seen the page, and anything action done on the page should be caught by your applications authorisation system.

Disabling cache for all pages isn't really a good idea, it will introduce a serious performance hit.


Messages In This Thread
PHP Codeigniter is showing the cache when i press the back button after I logout - by El Forum - 07-31-2012, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB