Question: Which of the following is/are not configuration directives that are responsible for tweaking PHP's session-handling behavior.
A
B
C
D
E
F
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
Note: Not available