I am using the files driver and session files are getting created in APPPATH/sessions directory
httpd is running as user apache.
On some pages, I get this error
Message touch: unable to create file application/sessions/<filename> because no such file or directory. Filename: drivers\sess_file_driver.php line 234
When the session file gets created, it seems to have the following permissions
-rw------ apache apache
The sessions directory itself has rwxrwxrwx (0777 permission)
What am I missing?