Edit report at http://bugs.php.net/bug.php?id=52710&edit=1

 ID:                 52710
 Updated by:         f...@php.net
 Reported by:        diemuzi at gmail dot com
 Summary:            Session Disappears
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            FPM related
 Operating System:   Archlinux
 PHP Version:        5.3.3
-Assigned To:        
+Assigned To:        fat
 Block user comment: N

 New Comment:

Can you please provide you complete php-fpm.conf ?


Previous Comments:
------------------------------------------------------------------------
[2010-08-26 22:11:52] diemuzi at gmail dot com

Description:
------------
It appears when running PHP 5.3.3 with FPM support sessions disappear on
almost every-other request. The session name stays the same, but any
application using a session returns a blank page until the page has been
refreshed again.



Currently I have the session.save_path to /tmp, I tested other locations
but the same issue. (This did not occur with FastCGI/CGI). As another
test I changed the location of the save_path and loaded a phpinfo()
script. It showed the corrected changed location, however upon refresh
it was changed back to /tmp. Another refresh and the location was again
changed to the path I specified. When the path changes, it does not
write a new session file in either location.



The error in the error log is always:

FastCGI: server stdeer: PHP Fatal error

session_start(); open(/tmp/session_name_here, O_RDWR) failed: Permission
denied(13) Array



Testing with random permissions ranging from 0644, 0666, 0755, 0777
return the same results. I also attempted to change the permissions to
the actual session file and the same results.



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52710&edit=1

Reply via email to