culTest

    One of the 25 questions in this topic

    How much do you know about Comprehensive Certification: From Design to Deployment?

    What PHP function is used to start a user session?

    Answers

    start_user()
    session_start()Correct
    login_now()
    begin_session()

    It must be called before any HTML output in order to use the global $_SESSION array.