>   i want to expire the session if user sits 15 minutes idle without doing
> anything.

On each page view, you could write a variable to the session file, so the
last modified time is updated. Then run the session deletion script from:

http://database.sourceforge.net/scripts/session.sh

every minute. This is very reliable.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to