Date: 01/14/00
- Next message: Andrei Zmievski: "Re: [PHP-DEV] php4 - removing outdated session files"
- Previous message: Greg Kelley: "[PHP-DEV] php4 - removing outdated session files"
- In reply to: Greg Kelley: "[PHP-DEV] php4 - removing outdated session files"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] php4 - removing outdated session files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 14 Jan 2000, Greg Kelley wrote:
> How do we delete outdated session files from /tmp? session_destroy() only
> resets the session variables to null in the file, but the file remains.
> Looks like we need a session_stop() to delete the session file, since a
> session_start() creates it.
Take a look at session.gc_probability and session.gc_maxlifetime
settings in your php.ini file.
-Andrei
* Programming is an art form that fights back. *
-- 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: Andrei Zmievski: "Re: [PHP-DEV] php4 - removing outdated session files"
- Previous message: Greg Kelley: "[PHP-DEV] php4 - removing outdated session files"
- In reply to: Greg Kelley: "[PHP-DEV] php4 - removing outdated session files"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] php4 - removing outdated session files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

