Re: [PHP] OT Inactivity Timeout

2003-03-14 Thread Ernest E Vogelsinger
At 17:03 14.03.2003, Luis Lebron said: [snip] >This may be more of a javascript question than a php question. But how can I >set up an inactivity timeout that will logout a person after let's say 20 >minutes of inactivity? [snip]--

Re: [PHP] OT Inactivity Timeout

2003-03-14 Thread Joe Goff
use sessions - Original Message - From: "Luis Lebron" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 10:03 AM Subject: [PHP] OT Inactivity Timeout > This may be more of a javascript question than a php question. But how can I > set up an in

RE: [PHP] OT Inactivity Timeout

2003-03-14 Thread Johnson, Kirk
> 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 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. Otherwi