Issues with PHP 5.3 and sessions folder.
Posted
by Itay Moav
on Stack Overflow
See other posts from Stack Overflow
or by Itay Moav
Published on 2010-05-25T13:06:35Z
Indexed on
2010/05/25
13:11 UTC
Read the original article
Hit count: 144
I recently upgraded to PHP 5.3 and since then I get (sporadic) error messages which indicate Apache (or may be the cleaner of the session files) has no permissions to the folder where the sessions are stored.
This happens randomly and can't be reproduced with exact steps, which led me to guess it is the session cleaner.
Any one has experience with such errors?
© Stack Overflow or respective owner