Vidyalelo
JavaScript · Q136

Document Object Model And Event Handling

Programming · JavaScript · question 136

Q136

Which of the following can be used to configure the scope of the Cookie visibility?

A.
path
B.
domain
C.
both path and domain
D.
none of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The Cookie visibility scope is configurable through cookie attributes path and domain.