I'm receiving this when trying to store a session : 


Warning: session_start(): open(/tmp/sess/sess_d280d6af3a2059aa58f43477d6b2c166, 
O_RDWR) failed: Permission denied (13) in 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php on line 19



Warning: session_start(): Cannot send session cookie - headers already sent by 
(output started at 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php:19) in 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php on line 19



Warning: session_start(): Cannot send session cache limiter - headers already 
sent (output started at 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php:19) in 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php on line 19



Warning: Cannot modify header information - headers already sent by (output 
started at 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php:19) in 
/usr/local/apache2/htdocs/calendario/calendarix/cal_header.inc.php on line 89





* the /tmp directory is owned by root

* the /tmp/sess directory is owned by the apache user and has 777 permissions

* the directory in php.ini to store sessions is : /tmp/sess

* there's not a php user



I'm using : 

RedHat 9

Apache 2.0.48

php 4.3.4













_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to