Session cannot send session cache limiter error prompt
At first, you often get the following tips
Warning:session_start () [Function.session-start]: Cannot send session cache Limiter-headers already sent (output Starte D at e:php tutorial www.bKjia.c0madmin.php:1) in e:phpwww.bkjia.c0mlogolistadminlogo.php on line 2
This is provided in front of the session has been output, we just put session_start () at the top, but also the most to avoid the error provided can be in front of add @, such as @session_start ();
You can also modify Session.auto_start = 0 for session.auto_start = 1 in php.ini
You can do it.
http://www.bkjia.com/PHPjc/632356.html www.bkjia.com true http://www.bkjia.com/PHPjc/632356.html techarticle session cannot send session cache limiter error Prompt will often encounter the following prompt Warning:session_start () [Function.session-start]: Cannot Send session cache Limiter-h ...