Interview Questions

How can we know that a session is started or not?

PHP Interview Questions and Answers


(Continued from previous question...)

How can we know that a session is started or not?

A session starts by session_start() function.
This session_start() is always declared in header portion. it always declares first. then we write session_register().

(Continued on next question...)

Other Interview Questions