Q: Which of the following can be used to define the scope of Cookie visibility?
-
A
path
-
B
domain
-
C
both path and domain
-
D
server
C
Answer:
C
Explanation:
Cookie visibility scope is set via cookie attributes path and domain.
The cookie's domain attribute is used to specify the domain to which the cookie is sent.
path specifies the path for which this cookie is sent by including the Path attribute in the cookie.
Related Topic:
Share Above MCQ