1115Software EngineeringMedium
You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?
AResponse.Cookies
BSession
CApplication
DResponse.ViewState
Correct answer
C. Application
Explanation
The correct answer is Application.