A

Admin • 828.03K Points
Coach

Q. Which method is used to start a session in PHP?

  • (A) session_open()
  • (B) session_start()
  • (C) start_session()
  • (D) open_session()
  • Correct Answer - Option(B)
  • Views: 9
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
session_start() is used to begin a new session or resume an existing one.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.