What is the maximum number of cookies that can be allowed to a web site?
C
Correct answer
Explanation
Web browsers traditionally limit websites to 20 cookies per domain as a technical standard to prevent storage abuse and ensure efficient cookie management. This specification has been widely implemented across browsers, though some modern browsers may support higher limits. The restriction helps maintain performance and prevents potential issues.