Rick
Registered: 06/04/06
Posts: 7903
Loc: Aberdeen, WA
What version are you running? On some servers with 7.2.x and prior the session files would accumulate. I believe it was Zarzal that found the issue which we patched up for 7.3.
Rick
Registered: 06/04/06
Posts: 7903
Loc: Aberdeen, WA
Hmm, in that case, is this your server or a hosted server? If it's your own, you'll want to take a look at the php.ini file and check to make sure the garbage collection area is set properly.
A site I worked on recently had this turned off in their php.ini for some reason so PHP was never clearing out the session files.
it's on a hosted server, they told me I need to set up a cron job to clean out the sessions files periodically... of course, I have never messed with cron stuff so have no idea how to do that.