Zend_Session: Session must be started before any output has been sent to the browser

后端 未结 7 844
心在旅途
心在旅途 2021-01-19 04:07

I\'ve run into this issue before, but I can\'t remember how to solve it. I have created a bare bones (can\'t get any simpler) controller, and am just trying to echo somethin

7条回答
  •  無奈伤痛
    2021-01-19 04:22

    Possible the session is started through your application.ini or php.ini (session autostart) ? If you use an ide try to search for "spaces".

    Sometimes searching for " " (with spaces) helps.

提交回复
热议问题