Open In App

GATE | GATE-CS-2015 (Set 2) | Question 65

Which one of the following statements is NOT correct about HTTP cookies?
(A) A cookies is a piece of code that has the potential to compromise the security of an Internet user
(B) A cookie gains entry to the user’s work area through an HTTP header
(C) A cookie has an expiry date and time
(D) Cookies can be used to track the browsing pattern of a user at a particular site

Answer: (A)
Explanation: Cookies are not piece of code, they are just strings typically in the form of key value pairs.
Quiz of this Question

Article Tags :