A

Admin • 832.52K Points
Coach

Q. Which of the following is a valid way to start a session?

  • (A) open_session()
  • (B) start()
  • (C) session_begin()
  • (D) session_start()
  • Correct Answer - Option(D)
  • Views: 25
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

session_start() starts a new session or resumes an existing one.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.