98-361 · Question #174
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 C. 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
- Bcross-page post
- Ccookie
- Dserver transfer
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C75% (24)
- D16% (5)
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.