1.

How many ways can a session data be stored?(a) 3(b) 4(c) 5(d) 6I had been asked this question in homework.My query is from Session Handling-1 topic in division File and Session Handling in PHP of PHP

Answer»

The correct answer is (b) 4

The explanation is: WITHIN FLAT files(files), within volatile MEMORY(mm), using the SQLite database(sqlite), or through user defined FUNCTIONS(user).



Discussion

No Comment Found

Related InterviewSolutions