You are using Azure Cache for Redis to improve the performance of your web application. Which of the following would you store in Azure Cache for Redis?
Cookies
HttpContext.Items
Query strings
ViewState
Application state
Session state
Storing session state in Azure Cache for Redis is one of the common patterns / use cases.