Home » CSS » CSS Transitions » Question
  1. What returns the set cookies in the form of a key?
    1. http_user_agent
    2. query_string
    3. path_info
    4. http_cookie
    5. 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.



Your comments will be displayed only after manual approval.