Quote:
Originally Posted by uid0sd
We have a few PHP apps running on Apache 1.3 connecting to a MySQL db, which of the apps would take care of automatically logging off an idle user? Apache or MySQL?
|
I would believe this would actually be controlled by PHP if it's logging in thru a PHP application or authenticated thru such means. I would hope that your PHP application doesn't keep an open connection to the MySQL server, instead it should just connect when necessary, running a query for results or updating a table or row, etc.