Table of Contents
About
A stateless protocol is a communication protocol in which the receiver must not retain session state from previous requests1. The server does not keep any session data between two requests, although the later addition of cookies adds state to some client-server interactions2.
Example
HTTP is an example of a stateless protocol.
Anki
Links
References
Wikipedia. “stateless protocol”. Available at: https://en.wikipedia.org/wiki/Stateless_protocol. (Accessed: ). ↩︎
MDN. “HTTP”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP. (Accessed: ). ↩︎