Logo

Pasted image 20241030174524.png

Stateful

  • System remembers client data from one request to the next.
  • Use cases: real time, transactional (client side context)

Stateless

  • Server does not store any information about the client's state between requests.
  • Use: REST APIs, CDNs, Microservices.

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud