Dear all,

 

I have a  problem with my PHP session on Debian Etch:

When PHP create a session file sess_XXX it create this file without
right:

 

~# ls -l /var/lib/php5/session/sess_* | more

---------- 1 www-data www-data   0 2007-11-13 06:49
/var/lib/php5/session/sess_0001b27b2df59844e4719476b1dd192c

---------- 1 www-data www-data   0 2007-11-13 07:28
/var/lib/php5/session/sess_00f5b9449e2e7d16dadddca59e4c12b8

---------- 1 www-data www-data   23 2007-11-13 08:09
/var/lib/php5/session/sess_00f800967047af7e1cb6cccee6e37087

etc ...

 

So PHP cannot verify my session (erro 13, access denied) and it create a
lot of session files (686 at my last check). I'm on Debian Stable with
PHP 5.2.0 and apache 2

 

An idea how to solve this problem ?

 

Guillaume

Reply via email to