Hi everyone, just a quick question to do with security, restricting access to a website.
If I use a database to check for the existance of a username and password, how then do I block access if that user decides to quit.
How is it possible to recognise the logout of a user / even to block the viewing of previous browsed web pages.
An example I suppose would highlight what I'm trying to say.
If, once you log out of Hotmail, you press the back button - a login page comes up again. How is this done? Better yet, how should something like this be done using PHP.
I've got a users DB, I can check for the existance of a user, password combination but how can the logout be regcognised?
Any ideas?? Am I making sense?
Thanks for your time,
Robin.