Thursday, December 3, 2009

If you would like to store your session in the database, you would do which of the following?

Options :

a) It requires a custom PHP extension to change the session handler.
b) Implement the session_set_save_handler() function.
c) Create functions for each session handling step and use session_set_save_handler() to override PHP's internal settings.
d) Configure the session.save_handler INI directive to your session class.

Post comments to answer

1 comments: