Question:Which of the following is/are not configuration directives that are responsible for tweaking PHP's session-handling behavior.
A session.save_handler=files|mm|sqlite|user
B sesson.save_path=string
C session_auto_start=0|1
D session.name=string
E session.referer_check=string
F sesson.domain=string
+ AnswerF
+ Report