ID: 31323 Updated by: [EMAIL PROTECTED] Reported By: jul_math at yahoo dot fr -Status: Open +Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.3.9 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2004-12-28 17:21:17] jul_math at yahoo dot fr Description: ------------ session files created by session_start always exist but randomly have different permission (rw or r). directory has full permissions Sometimes files have r+w -> ok Sometimes only r -> session_start(): open(/tmp/sess_a3a79ce3bd2df9289a325a206c1dfc84, O_RDWR) failed: Permission denied (13) in ... Its nearly a random problem but happens 25% of time Reproduce code: --------------- <?php session_start() ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31323&edit=1