Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
));
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.