InterviewSolution
Saved Bookmarks
| 1. |
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) Server |
|
Answer» Right answer is (d) Server Easy explanation: The Cookie visibility scope is configurable through cookie attributes path and domain. Domain attribute in the cookie is used to specify the domain for which the cookie is sent. Path includes the Path attribute in the cookie to specify the path for which this cookie is sent. |
|