zhq Posted October 31, 2006 Share Posted October 31, 2006 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 95Warning: 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 95Warning: 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 103Warning: Unknown(): open(C:\PHP\sessiondata\sess_ea64eb1750d43a0f2c91c74343fd7b25, O_RDWR) failed: Permission denied (13) in Unknown on line 0Warning: 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 0Any help is much appreciated.zhq Link to comment https://forums.phpfreaks.com/topic/25671-help-on-warning-session_start-needed/ Share on other sites More sharing options...
joshi_v Posted October 31, 2006 Share Posted October 31, 2006 Which Operating system you are using?Check the folder permissions where ur trying to store the session variables!and make sure you haven't give any spaces before session_start calling.Regards,Joshi. Link to comment https://forums.phpfreaks.com/topic/25671-help-on-warning-session_start-needed/#findComment-117252 Share on other sites More sharing options...
zhq Posted November 3, 2006 Author Share Posted November 3, 2006 Hi,I am using Windows XP and derver IIS V5.1. It is working on same OS but server Xitami.regardszhq Link to comment https://forums.phpfreaks.com/topic/25671-help-on-warning-session_start-needed/#findComment-118991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.