You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?

You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?

A. Response.ViewState
B. Response.Cookies
C. Session
D. Application

Similar Posts