Web Technologies (HTML, CSS, JavaScript, HTTP)
Which of the following best describes Session?
- A. A server-side mechanism used to store user information across multiple page requests. ✓
- B. A web technique that allows a page to update content asynchronously without a full page reload.
- C. An HTTP response status indicating that the requested resource could not be found on the server.
- D. A browser security mechanism that controls whether a web page can request resources from a different origin.
Correct answer
A. A server-side mechanism used to store user information across multiple page requests.
Explanation
Session refers to a server-side mechanism used to store user information across multiple page requests.