Wednesday, March 19, 2014

Which of the following functions allows you to store session data in a database?

A. session_start();

B. session_set_save_handler();

C. mysql_query();

D. You cannot store session data in a database.


Answer B is correct.You can use session_set_save_handler() to override

No comments:

Post a Comment