Stateless servers
A REST server is stateless: it does not store any context for a client after having serviced a request.
Thus, the client stores the session state and provides the server all information needed when making a requst.
A client that has outstanding requests is considered to be in transition.