Vidyalelo
PHP · Q32

HTML Forms Handling

Programming · PHP · question 32

Q32

How many ways can a session data be stored?

A.
3
B.
4
Answer
C.
5
D.
6

Answer: Option B

Solution

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