What will the function session_id() return is no parameter is passed?
What will the function session_id() return is no parameter is passed? Correct Answer Current Session Identification Number
The function session_id() will return the session id for the current session or the empty string (” “) if there is no current session.