Vidyalelo
JavaScript · Q140

Document Object Model And Event Handling

Programming · JavaScript · question 140

Q140

What is the constraint on the data per cookie?

A.
2 KB
B.
1 KB
C.
4 KB
Answer
D.
3 KB

Answer: Option C

Solution

Answer: Option C
Solution:
Each cookie can hold upto only 4 KB. In practice, browsers allow many more than 300 cookies total, but the 4 KB size limit may still be enforced by some.