Conceptual
Login

Stateless Service Design

Keeping no client-specific state between requests inside the serving process — state lives in external stores — so any instance can serve any request and instances can be added or killed freely.