stateless
- adjective
- /ˈsteɪtləs/
- Specialized
- The nature of HTTP is somewhat stateless communication with absolutely no guarantee whatsoever (delivery, at-most-once).
Examples
-
A compelling case for a stateless society.
Blog text (1) -
I understand web services should be stateless.
Blog text (30) -
What might a stateless health care system look like?
Blog text (21) -
OK, so that is sort of an overview of how these stateless cookies work.
-
It is still called a stateless web service because the session is not persisted or reused for other requests.
Blog text (30) -
I would say this would be borderline impossible to set up a 'workable' solution in HTTP as HTTP is stateless.
Blog text (23) -
I believe that the transition to a stateless society would have to take place through the evolution of non-coercive relations, institutions, and culture in parallel with the existing state—"building the new world in the shell of the old," as the IWW put it.
Blog text (3) -
In a stateless application, the server does not remember client information between requests.
-
The stateless nature of the API allows for easier scalability and maintenance.
-
Unlike traditional systems, a stateless protocol does not retain any prior session data.
Synonyms
A system that does not depend on what happened before
Antonyms
How Stateful
Surface Forms
Morphology
Etymology
Stateless comes from state ('condition' or 'record') and -less ('without'). So in computing it means 'without memory of past interactions', which is why a stateless server treats each request on its own.