ASP.NET Session-State in NCache
ASP.NET Session State in NCache provides a distributed session management solution that replaces in-memory session storage with a scalable and highly available cache-based implementation. It is designed for web applications running in single-server setups or web farms where session consistency, performance, and reliability are critical.
This section covers how ASP.NET sessions are configured, stored, and managed using NCache, along with advanced options for serialization, multi-server environments, and session behavior control.
In This Section
ASP.NET Session State Provider Properties
Learn how to configure the ASP.NET Session-State Provider in Web.config amd how Sessions can be stored using NCache's Session-State Provider.