如何解決關於PHP的錯誤WARNING: SESSION_START() [FUNCTION.SESSION-START]

來源:互聯網
上載者:User
這篇文章主要介紹了PHP錯誤WARNING: SESSION_START() [FUNCTION.SESSION-START]解決方案,需要的朋友可以參考下

做開發的時候,操作session有時候會遇到這個問題:Warning: session_start() [function.session-start]……

系統內容:WIN2003+IIS6+PHP5.2.12

PHP出現類似如下錯誤:
Warning: session_start()[function.session-start]: ...... failed: No such file or directory......等情況,
可以償試修改一下php.ini檔案中的session.auto_start = 0 改為 session.auto_start = 1
如果重啟IIS後問題依然存在,
那就是session變數需要系統的臨時檔案空間,並需要讀寫的許可權。
在php.ini裡找到session.save_path = ,設定一個有效檔案夾路徑,
例如:session.save_path = "c:\php5\session_temp" 並添加該檔案夾的許可權,讓everyone有修改寫入的許可權即可。

PHP環境:
OS:CentOS release 5.2 (Final)
Apache:
Server version: Apache/2.2.3
Server built: Jan 15 2008 20:33:30
php:
PHP 5.1.6 (cli) (built: May 24 2008 14:07:53)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

報錯資訊如下:

Warning:session_start()[function.session-start]:open(/var/lib/php/session/sess_itqfqua1554rmkgcb8u89ujem5,O_RDWR)failed:Permission denied(13)in www_path on line 9Warning:Unknown:open(/var/lib/php/session/sess_itqfqua1554rmkgcb8u89ujem5,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.sav_path is correct (/var/lib/php/session)in Unknown on line 0

解決辦法:
方法1、注釋掉/etc/php.ini中
session.save_path = “/var/lib/php/session”
方法2、查看apache使用者和組,然後將該使用者加到session檔案夾所處的組中。
方法3,在session_start() 前不要有任何輸出!
然後重啟Apache;
OK,問題解決!

以上就是本文的全部內容,希望對大家的學習有所協助,更多相關內容請關注topic.alibabacloud.com!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.