🎴 Flashcard Mode
ASP Quiz
Card1 / 14
Mastered0
Review0
QuestionClick to flip
In ASP, a request object retrieves info from a user by ________.
AnswerClick to flip back
A
A&B
💡 Explanation:
The ASP Request object retrieves user information through multiple collections: the Form collection (POST data) and the Cookies collection (HTTP cookie headers). Both are valid sources.