Senior ASP.NET Core

Distributed caching / session state?

  • Use Redis or SQL Server for distributed cache/session in multi-server environments.
  • Helps maintain session state without sticky sessions.

More from ASP.NET Core Tutorial

All questions for this course