Multiple choice technology web technology

Which server object will be used to serve the data for all the users when they login?

  1. Application

  2. Session

  3. Cookie

  4. Content

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

The Application object is used to store data that should be accessible to all users across all sessions, making it ideal for shared login data. Session objects are user-specific, cookies are stored client-side, and Content is not an ASP server object.