Page 1 of 1

Warning: session_start() [function.session-start]:

Posted: Sat Jan 20, 2007 2:11 am
by sarbas
Hello everybody,

I used session in my php , but I got the following error , how can I rectify it .

Warning: session_start() [function.session-start]: open(/opt/lampp/htdocs/askpert/tmp/sessions/sess_6aaefb6275fd899d33281774c8c440d1, O_RDWR) failed: Permission denied (13) in /opt/lampp/htdocs/askpert/system/boot.php on line 36

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by
(output started at /opt/lampp/htdocs/askpert/system/boot.php:36) in /opt/lampp/htdocs/askpert/system/boot.php on line 36

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/lampp/htdocs/askpert/system/boot.php:36) in /opt/lampp/htdocs/askpert/system/boot.php on line 36

Posted: Sat Jan 20, 2007 2:29 am
by jayshields
Please search for something along the lines of "headers already sent".

Posted: Sat Jan 20, 2007 7:56 am
by Kieran Huggins
also make sure php has write access to the directory your sessions are stored in