Interview Questions

How many ways can we get the value of current session id?

PHP Interview Questions and Answers


(Continued from previous question...)

How many ways can we get the value of current session id?

session_id() returns the session id for the current session.

(Continued on next question...)

Other Interview Questions