session_start() | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

session_start()

why session_start() must be returned first? what happens if I write it after some steps?

27th Oct 2018, 4:25 PM
Darshan J Shah
Darshan J Shah - avatar
1 Answer
+ 1
Session must be initialized first prior to ANY output, failing to comply with this requirement will prevent the php code from executing smoothly. More details over what happens if we don't do it right may be found on this discussion: https://stackoverflow.com/questions/7432235/problem-with-session-start-function-session-start
29th Oct 2018, 12:39 PM
Ipang