Vidyalelo
JavaScript · Q133

Document Object Model And Event Handling

Programming · JavaScript · question 133

Q133

Which of the following explains Cookies nature?

A.
Non Volatile
B.
Volatile
C.
Intransient
D.
Transient
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Cookies are transient by default; the values they store last for the duration of the web browser session but are lost when the user exits the browser.