[development] Tmp directory
Damien
damz at prealable.org
Thu Jul 10 16:49:39 UTC 2008
On Thu, Jul 10, 2008 at 6:44 PM, mark burdett <mfburdett at gmail.com> wrote:
> I'm guessing this issue is re: Drupal 5, but in Drupal 6 there is an
> over-zealous temp file cleanup, it only allows them to stick around
> for 24 minutes. http://drupal.org/node/276018
That's only the cleanup of the {files} table.
Temporary files coming from uploads are managed by PHP, and should be
automatically removed right at the end of the request (if they have not been
moved before that), as described in http://php.net/features.file-upload
Other temporary files generated by Drupal modules have to be managed by
Drupal. I guess some modules fail to cleanup correctly.
Damien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080710/423f9f45/attachment.htm
More information about the development
mailing list