session_start() error
Posted: Wed May 23, 2007 10:31 am
Hello,
I am trying to store object information in session in file1.php and then make file2.php get that session information. When I use session_start() call I get the following errors:
Could somebody please tell me what is going wrong here or how I can fix this?
Thank you,
Victor.
I am trying to store object information in session in file1.php and then make file2.php get that session information. When I use session_start() call I get the following errors:
Code: Select all
Warning: session_start() [function.session-start]: open(/root/tmp/sess_f38d1b1f591c8126c53090d3ddea0f5a, O_RDWR) failed: Permission denied (13) in /var/www/html/test/doVacationsSearch_test.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/html/test/doVacationsSearch_test.php:4) in /var/www/html/test/doVacationsSearch_test.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/test/doVacationsSearch_test.php:4) in /var/www/html/test/doVacationsSearch_test.php on line 4Thank you,
Victor.