On Thu, Jul 10, 2008 at 6:44 PM, mark burdett &lt;<a href="mailto:mfburdett@gmail.com">mfburdett@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m guessing this issue is re: Drupal 5, but in Drupal 6 there is an<br>
over-zealous temp file cleanup, it only allows them to stick around<br>
for 24 minutes. <a href="http://drupal.org/node/276018" target="_blank">http://drupal.org/node/276018</a></blockquote><div><br>That&#39;s only the cleanup of the {files} table.<br><br>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 <a href="http://php.net/features.file-upload">http://php.net/features.file-upload</a><br>
<br>Other temporary files generated by Drupal modules have to be managed by Drupal. I guess some modules fail to cleanup correctly.<br><br>Damien<br></div></div><br>