The design constraint that explicitly requires the server to avoid storing client context between requests is known as statelessness. In a stateless architecture, every individual request from a client to a server must contain all the information necessary for the server to understand and process that request. This means the server cannot rely on any session data....
Log in to view the answer