Vidyalelo
PHP · Q65

HTML Forms Handling

Programming · PHP · question 65

Q65

When the session data is written to a file, it can be read back, decoded and applied to the current session using the . . . . function.

A.
session_reset()
B.
session_get_cookie_params()
C.
session_encode()
D.
session_decode()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board