Troubleshooting “Warning: session_start(): Cannot send session cache limiter - headers already sent”

后端 未结 15 1750
醉酒成梦
醉酒成梦 2020-11-28 14:34

i am getting Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at error

<
15条回答
  •  萌比男神i
    2020-11-28 14:58

    use session_start() at the top of the page.

    for more details please read the link session_start

提交回复
热议问题