-
Neglecting to set which of the following cookie will result in the cookie’s domain being set to the host name of the server which generated it.
-
- session.cookie_domain
- session.cookie_path
- session.path
- session.domain
- None of these
Correct Option: A
The directive session.cookie_domain determines the domain for which the cookie is valid.