Session Test Problem
Posted: Wed Aug 02, 2006 5:19 pm
Script URL:
Version of script: 0931
Version of PHP: 4.3.9
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
I installed the program on another free linux host server. However, I can install it on my paid one. I ran the session test and here are the results (website name changed) ..
Warning: session_start(): open(/var/lib/php/session/sess_9f0e86c39b648e173297b301fb079834, O_RDWR) failed: Permission denied (13) in /vservers/website/htdocs/session_test.php on line 4
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /vservers/website/htdocs/session_test.php:4) in /vservers/website/htdocs/session_test.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /vservers/website/htdocs/session_test.php:4) in /vservers/website/htdocs/session_test.php on line 4
Session started successfully!
CLICK HERE FOR PAGE 2
Warning: Unknown(): open(/var/lib/php/session/sess_9f0e86c39b648e173297b301fb079834, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
When I run session_test2.php it says:
$_SESSION['test'] is set to: FALSE
I''m hosted by a redhat Linux server.
Any help would be appreciated.
Version of script: 0931
Version of PHP: 4.3.9
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
I installed the program on another free linux host server. However, I can install it on my paid one. I ran the session test and here are the results (website name changed) ..
Warning: session_start(): open(/var/lib/php/session/sess_9f0e86c39b648e173297b301fb079834, O_RDWR) failed: Permission denied (13) in /vservers/website/htdocs/session_test.php on line 4
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /vservers/website/htdocs/session_test.php:4) in /vservers/website/htdocs/session_test.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /vservers/website/htdocs/session_test.php:4) in /vservers/website/htdocs/session_test.php on line 4
Session started successfully!
CLICK HERE FOR PAGE 2
Warning: Unknown(): open(/var/lib/php/session/sess_9f0e86c39b648e173297b301fb079834, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
When I run session_test2.php it says:
$_SESSION['test'] is set to: FALSE
I''m hosted by a redhat Linux server.
Any help would be appreciated.