On Fri, Apr 3, 2009 at 8:19 AM, jidanni@jidanni.org 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.