Home » PHP » PHP Sessions » Question
  1. Which one of the following is the very first task executed by a session enabled page?
    1. Check whether a valid session exists
    2. Handle the session
    3. Start a new session
    4. Delete the previous session
    5. None of these
Correct Option: A

Check whether a valid session exists



Your comments will be displayed only after manual approval.