RE: [PHP] Best way to frequently check database?

2002-01-31 Thread Rodolfo Gonzalez
On Thu, 31 Jan 2002, Rick Emery wrote: > To timeout users after 20 minutes, use a cookie which is set for 20 minutes. But once again you can have problems with cookies, they're not reliable (user can have cookies support turned off) and they tend to be good for CSS attacks :( You could have a ti

RE: [PHP] Best way to frequently check database?

2002-01-31 Thread Rick Emery
ry 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. A

[PHP] Best way to frequently check database?

2002-01-31 Thread Hawk
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