I am using CodeIgniter to build an admin system. But I am having a problem regarding security.
Let me give an example: A user succesfully logged in and gets redirected to the main page of the admin system. Now that users presses the "BACK" button in his browser. He now gets send back to the login page. He now presses the "NEXT" button and get send back to the main page of the admin system.
I don't want users to be able to get send back to main page of the admin system once they are at the login page after they are logged in. How can I achieve this.
Thanks in Advance,
Mark
EDIT:
Thanks for all the ideas, but no works for me. What I meant was, that when someone logs in he gets redirected to the main page of the system. Then he clickes on the "back" button that is left of the url bar at the top of the browser.