The server doesn't keep track of the state of client sessions. Each request is handled individually. This is an advantage as memory can be saved and requests originating from any client session can be handled by any server instance.
The server doesn't keep track of the state of client sessions. Each request is handled individually. This is an advantage as memory can be saved and requests originating from any client session can be handled by any server instance.