> But how can I > set up an inactivity timeout that will logout a person after > let's say 20 > minutes of inactivity?
You could put a <meta> refresh on the page, that redirects to an "inactivity" page. Set the refresh time to the timeout value. Put some logout code on the "inactivity" page. Otherwise, you need to use JavaScript, as far as I know. Kirk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php