Which of the following defines the Cookie visibility?
(a) domain Path
(b) local & session storage
(c) server storage
(d) transient Path
(a) domain Path
(b) local & session storage
(c) server storage
(d) transient Path
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (b) local & session storage
For explanation I would say: sessionStorage, localStorage and Cookies all are used to store data on the client-side. Each one has its own storage and expiration limit. Cookie visibility is scoped by document origin as localStorage and sessionStorage are, and also by document path.