Hello, I have a problem with session permission and in general with default permissions for files.
When I create a file the default permissions of this file are 200 (only write), but I can use chmod to correct to the correct values. But the session files are created with the same permissions and when php try to read it, the system returns an error as the follow:
Warning: session_start() [function.session-start]: open(/var/lib/php5/sess_2dd8cdb67c74134128e2d190dfedc3e8, O_RDWR) failed: Permission denied (13)