How to solve the problem of cannot send session cache limiter in PHP _php skills

Source: Internet
Author: User
Tags ini php session
Today in the use of PHP session, there have been previously met but can not solve the problem, on the page appears the following prompts:

Warning:session_start () [Function.session-start]: Cannot send session cache Limiter-headers already sent (output Starte D at E:\php\code\admin.php:1) in E:\php\code\logolist\adminlogo.php 2

Search on the Internet, some people say because in session_start (); There are other HTML code before the statement, but my session_start (); Already in front of the.
There are also said that because there is no session save path, you need to modify the php.ini in Session.save_path = "C:/phpsession" [The path behind the set itself, and to ensure existence. php.ini files should normally be located under the system disk/windows directory]

But I still have this hint after I set it up. Then after repeated testing, finally solve the problem.
Solution:
Modify Session.auto_start = 0 for session.auto_start = 1 in php.ini
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.