Date: 01/14/00
- Next message: Stig Bakken: "Re: [PHP-DEV] Alternative image library"
- Previous message: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- In reply to: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Next in thread: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Reply: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Stig Bakken: "Re: [PHP-DEV] Alternative image library"
- Previous message: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- In reply to: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Next in thread: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Reply: Greg Kelley: "Re: [PHP-DEV] php4 - removing outdated session files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

