Home » PHP » PHP Sessions » Question
  1. How many ways can a session data be stored?
    1. 6
    2. 5
    3. 4
    4. 3
    5. None of these
Correct Option: C

Within flat files(files), within volatile memory(mm), using the SQLite database(sqlite), or through user defined functions(user).



Your comments will be displayed only after manual approval.