asked 220k views
2 votes
Why HTTP is considered a stateless protocol?​

1 Answer

3 votes

Answer:

A unique browser client or user cannot, by default, be identified by the server using the HTTP protocol's implicit features. This is due to the fact that the HTTP protocol lacks an intrinsic way to retain the state between different requests coming from the same client. This is why it is referred to as a stateless protocol.

Step-by-step explanation:

answered
User Josh Hansen
by
8.8k points

Related questions