Stateless
Stateless means nothing carries forward. The model is stateless: it remembers nothing between requests.
This is not a limitation someone forgot to fix. It is how the thing works.
Everything that feels like memory is a file being read back to it.
Was this page helpful?