On 1/9/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
exactly We shouldn't delete any files only when the session is closed. Why do this when the session is live? To save some space? That looks to me like a wast of time when the session is still live and kicking and request is handled.
Because if you rollback from version 10 to version 5 and do component replacements on it, you'll be at version 6 again. And I we shouldn't just write everytime like we did before, as that is *really* inefficient (like writing out the same thing twice a request and when coming back to the same page without a version change, still a write every time). Eelco
