> Filesystem handling 100k files (or 4mil on our case) - pain in the ass even its tmpfs you end up wasting much space (because of the blocksizes). Besides you will have to use external old session cleaner (which of course is quite simple 'find -mtime -exec rm' but still), because you dont really want let the php inbuilt garbage collector start operating :) rr