Olly Olly Interview Question

Is http stateless or statefull?

Interview Answer

Anonymous

Jul 22, 2024

Stateless. This means that each HTTP request from a client to server is independent, and the server does not retain any information about previous requests.