Answer (Choose 1 answer)
HTTP is a "stateless" protocol: each time a client retrieves a Web page, it opens a separate connection to the Web server, and the server does not automatically maintain contextual information about a client.
A. True
B. False
Exit 26