🎴 Flashcard Mode
Web Services and Server-Side Technologies Quiz
Card1 / 14
Mastered0
Review0
QuestionClick to flip
Which server object will be used to serve the data for all the users when they login?
AnswerClick to flip back
A
Application
💡 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.