98-361 · Question #59
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
The correct answer is B. Cookie. HTTP is a stateless protocol. This means that user data is not persisted from one Web page to the next in a Web site. One way to maintain state is through the use of cookies. Cookies store a set of user specific information, such as a reference identifier for a database record…
Question
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
Options
- ATrace
- BCookie
- Cserver transfer
- Dcross-page post
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- C4% (1)
- D8% (2)
Explanation
HTTP is a stateless protocol. This means that user data is not persisted from one Web page to the next in a Web site. One way to maintain state is through the use of cookies. Cookies store a set of user specific information, such as a reference identifier for a database record that holds customer information.
Topics
Community Discussion
No community discussion yet for this question.