Question:You are setting cookies with JavaScript. What happens to cookies.txt data if the file exceeds the maximum size?
A Your script automatically generates a run-time error
B Your script automatically generates a load-time error
C All processes using document.cookie are ignored
D The file is truncated to the maximum length
+ AnswerD
+ Report