Multiple choice

Which of the following allows an application to store information for the current session which can be defined as one user being logged into your application?

  1. EnableSession

  2. PHP session

  3. Session memory

  4. SQL injection

  5. MySqli_connect

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This session allows an application to store information for the current session, which can be defined as one user being logged into your application.