On Fri, Apr 3, 2009 at 8:19 AM, <[email protected]> wrote: > Any better way than "leaving all those candy bar wrappers on the floor"?
Every PHP program ever does this. This is what /tmp is *for*. If you are sensible and put your /tmp on a ramdisk then it get clears per restart anyway. A non-issue. If you really dislike it, look at storing sessions in memcached, which *also* stores data in RAM, but the data goes away if memcached crashes, and you don't have any 'ls /memcached' output to clutter up. The advantage to memcached is that you can access the sessions from multiple machines. -- Andrew Garrett _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
