Summary

Completed

Many web applications use sessions to maintain state information between a user's requests. A session caches this state information during a request and makes the information available for further requests by the same user.

In this module, you learned:

  • Why some approaches to implementing sessions are more scalable than others in an ASP.NET web application.
  • How to configure ASP.NET to store session data by using Azure Cache for Redis.

Clean up

The sandbox automatically cleans up your resources when you're finished with this module.

When you're working in your own subscription, it's a good idea at the end of a project to identify whether you still need the resources you created. Resources that you leave running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.

Learn more

To learn more about managing session state in an ASP.NET web app, see the following articles: