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 dereurom...@googlemail.com wrote:
 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 mileswjohn...@gmail.com wrote:



  Maybe you have a lot ofsessions?

  Try switching it to using a database.

  On Apr 9, 5:20 am, DeepJaguar goo...@jeffreydelange.nl wrote:

   Hi all,

   I have a problem with the tmp/sessionsfolder. 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 because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using remove me as the subject.


Re: Sessions folder is getting huge

2010-04-15 Thread cricket
On Apr 15, 9:17 am, DeepJaguar goo...@jeffreydelange.nl 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 use whatever PHP is configured for
(eg. /tmp) while cake allows to save the files under your own app
dir. The latter is somewhat safer in a shared hosting environment.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using remove me as the subject.


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 goo...@jeffreydelange.nl 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 CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using remove me as the subject.


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 mileswjohn...@gmail.com wrote:
 Maybe you have a lot of sessions?

 Try switching it to using a database.

 On Apr 9, 5:20 am, DeepJaguar goo...@jeffreydelange.nl 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 CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using remove me as the subject.