Re: [PHP-DEV] php4 - removing outdated session files From: Andrei Zmievski (andrei <email protected>)
Date: 01/14/00

On Fri, 14 Jan 2000, Greg Kelley wrote:
> No, they are all saved in /tmp

I hesitate to say what may be wrong. session_destroy() calls the destroy
function of the save handler (in this case, mod_files) and it does
unlink on the file unless it can't create a path pointing to it.

-Andrei
* It said 'Winmodem' on the box, but I still feel like I lost. *

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