I let the system (CakePHP 2.1) run for about two weeks and had to delete thousands and thousands of session files that were just hanging around. After I deleted them they started to roll in again. I've let it run for a few hours and I'm up to 426 files. Is this normal for 10 users in the system? I have a robot.txt file that tells the engines to piss off and I have auth and acl up on https on all pages. Can anyone shed some light on this for me please?
Configure::write('Session', array(
'defaults' => 'cake',
'cookie' => 'scsys',
'timeout' => 600
));