Question:You need to store a value indicating whether a user has been authenticated for your site. This value needs to be available and checked on every user request. Which object should you use?
A Session
B Application
C Cookies
D ViewState
+ AnswerA
+ Report