What will the function session_id() return is no parameter is passed?
A
Current Session Identification Number
B
Previous Session Identification Number
C
Last Session Identification Number
D
Error
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.