Hello friends!!
Hope someone will fix this issue for me..
I am making a web page in PHP, in which users will enter into their login and do manupulations. After they click logout, the go to the logout page. Here, when they click the back button of the browser, they go to the previous page where they enter the data which should not be shown to anyone else. If this is the case, anyone can see the data that are encrypted and stored in the database. So, I just wanna know how to make the previous page unavailable to the user after logout. For example, after logging out from an email. I know that, it should be done with the cookies and sessions, but I dont know the modus operandi to do it. Please someone help me.
Thanks a million in advance,
Regards,
VJ