Re: Sessions folder is getting huge

2010-04-15 Thread cricket
On Apr 15, 9:17 am, DeepJaguar wrote: > I think i use the cake one, you can see that in the core file right? > (Configure::write('Session.save', 'cake'); ) Yes, you can set that to "php", "cache", etc. > Is changing that possible harmful for users on the site? The "php" setting tells Cake to us

Re: Sessions folder is getting huge

2010-04-15 Thread DeepJaguar
I think i use the cake one, you can see that in the core file right? (Configure::write('Session.save', 'cake'); ) Is changing that possible harmful for users on the site? On Apr 9, 10:04 pm, euromark wrote: > do you use the php one? or the cake tmp/ one? > because the first is usually garbige col

Re: Sessions folder is getting huge

2010-04-09 Thread euromark
do you use the php one? or the cake tmp/ one? because the first is usually garbige collected automatically, the cake session folder is not, though! On 9 Apr., 19:11, Miles J wrote: > Maybe you have a lot of sessions? > > Try switching it to using a database. > > On Apr 9, 5:20 am, DeepJaguar wr

Re: Sessions folder is getting huge

2010-04-09 Thread Miles J
Maybe you have a lot of sessions? Try switching it to using a database. On Apr 9, 5:20 am, DeepJaguar wrote: > Hi all, > > I have a problem with the tmp/sessions folder. For one of my sites the > folder is 25GB already! What can be the problem? > > Best Regards, > Jeffrey Check out the new Cake

Sessions folder is getting huge

2010-04-09 Thread DeepJaguar
Hi all, I have a problem with the tmp/sessions folder. For one of my sites the folder is 25GB already! What can be the problem? Best Regards, Jeffrey Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message becau