How will you start a session in PHP?

Submitted by: Muhammad
A PHP session is easily started by making a call to the session_start() function.This function first checks if a session is already started and if none is started then it starts one. It is recommended to put the call to session_start() at the beginning of the page.
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers