Which directive determines how the session information will be stored?
Which directive determines how the session information will be stored? Correct Answer session.save_handler
The class SessionHandler is used to wrap whatever internal save handler is set as defined by the session.save_handler configuration directive which is usually files by default.