Vidyalelo
JavaScript · Q131

Document Object Model And Event Handling

Programming · JavaScript · question 131

Q131

Cookies were originally designed for

A.
Client-side programming
B.
Server-side programming
Answer
C.
Both Client-side & Server-side programming
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Cookies were originally designed for server-side programming, and at the lowest level, they are implemented as an extension to the HTTP protocol.