Junior PHP Developer Question:
Tell me how to get the value of current session id?
Answer:
session_id() function returns the session id for the current session.
Previous Question | Next Question |
Tell me what is the use of isset() in php? | Tell me what is needed to be able to use image function? |