Cookie -- source

Back to Networking

HTTP is entirely stateless. Each time a server receives a request from a client, it processes the request, sends response, and forgets about the request.

Issues