1.

What returns the set cookies in the form of a key?(a) path_info(b) http_user_agent(c) http_cookie(d) query_string

Answer» Right option is (c) http_cookie

For explanation: 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.


Discussion

No Comment Found