Date: 10/28/99
- Next message: Juan Pablo Letelier: "Re: [PHP-DEV] How to delete a file from PHP script"
- Previous message: donny Hsu: "[PHP-DEV] active_sessions table"
- In reply to: donny Hsu: "[PHP-DEV] active_sessions table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 28 Oct 1999, donny Hsu wrote:
> I'm new to PHP and the PHP Base Library.
>
> I'm concerned about the active_sesssions table.
> Will it just get bigger and bigger?
Nope - PHPlib will perform automatic "garbage collection" on the
active_sessions table, and remove all but the last 5 expired records...
look at local.inc for the variable you can change to lower/heighten that
number - or, if you look at one of the example pages, in the admin/
directory there's a page that will let you do manual garbage collection...
--
Dominic J. Eidson
"Baruk Khazad! Khazad ai-menu!" - Gimli
--------------------------------------------------------------------------------
http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Juan Pablo Letelier: "Re: [PHP-DEV] How to delete a file from PHP script"
- Previous message: donny Hsu: "[PHP-DEV] active_sessions table"
- In reply to: donny Hsu: "[PHP-DEV] active_sessions table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

