InterviewSolution
Saved Bookmarks
| 1. |
What Is A "stateless" Protocol ? |
|
Answer» Without getting into LENGTHY debates, it is generally accepted that protocols like HTTP are STATELESS i.e. there is no retention of STATE between a TRANSACTION which is a single REQUEST response combination. Without getting into lengthy debates, it is generally accepted that protocols like HTTP are stateless i.e. there is no retention of state between a transaction which is a single request response combination. |
|