Web Technologies (HTML, CSS, JavaScript, HTTP)
What is the name for a server-side mechanism used to store user information across multiple page requests?
- A. Session ✓
- B. Cookie
- C. HTTP status code 500
- D. HTTP status code 404
Correct answer
A. Session
Explanation
Session refers to a server-side mechanism used to store user information across multiple page requests.