You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING RECEIVED
PHP Warning: session_start(): Cannot start session when headers already sent in /filepath on line xx
CURRENT SCENARIO & ISSUE
This warning gives the line number xx of the session_start(). It does not tell you WHAT triggered the sending of headers before this point was reached, and where that point is.
REQUESTED IMPROVEMENT
Add the file / line number for WHEN the last headers were previously sent - as this can be very difficult to pinpoint.