Multiple choice technology web technology

HTTP is a stateless protoacl

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP is a stateless protocol, meaning each request is independent and the server doesn't maintain session context between requests. Any session management must be implemented at the application layer. This fundamental design characteristic allows HTTP to scale efficiently.