To timeout users after 20 minutes, use a cookie which is set for 20 minutes.

I'm not exactly sure what you are attempting to limit on database: 100
entries per hour, per day, per year, concurrently?

-----Original Message-----
From: Hawk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 3:58 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Best way to frequently check database?


Let's say I have a database that recieves new information about 6
times/minute and I want the database to be checked to frequently to limit
the maximum entrys to the database to.. let's say 100.
And also timeout users if their session has been inactive for, let's say 20
minutes.



-- 
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]

-- 
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