InterviewSolution
Saved Bookmarks
| 1. |
Which of the following explains Cookies nature?(a) Non Volatile(b) Volatile(c) Intransient(d) Transient |
|
Answer» Correct choice is (d) Transient To elaborate: 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. While the browsing session is active the cookie stores the user values in the user’s storage itself and accesses them. |
|