Jump to content

help on 'Warning: session_start(): ...' needed!


zhq

Recommended Posts

Hi,

I got the following warning when running php code.

Warning: session_start(): open(C:\PHP\sessiondata\sess_ea64eb1750d43a0f2c91c74343fd7b25, O_RDWR) failed: Permission denied (13) in c:\inetpub\wwwroot\vlsi\download_action.php on line 95

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\vlsi\download_action.php:95) in c:\inetpub\wwwroot\vlsi\download_action.php on line 95

Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\vlsi\download_action.php:95) in c:\inetpub\wwwroot\vlsi\download_action.php on line 103

Warning: Unknown(): open(C:\PHP\sessiondata\sess_ea64eb1750d43a0f2c91c74343fd7b25, 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 (C:\PHP\sessiondata) in Unknown on line 0

Any help is much appreciated.

zhq
Link to comment
https://forums.phpfreaks.com/topic/25671-help-on-warning-session_start-needed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.