-
What returns the set cookies in the form of a key?
-
- http_user_agent
- query_string
- path_info
- http_cookie
- None of these
Correct Option: D
http_cookie returns the set cookies in the form of key and value pair, in http_user_agent user-agent request-header field contains information about user agent originating the request. It’s the name of the web browser.