"it would also be nice to stop the pages displaying after a time out when a user
presses the back button!"



For that you would need to destroy the session data, use session_destroy();

http://php.net/session_destroy

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to