你的位置: 码友网首页 / 资讯源列表 / ASP.NET Core Session Storage Strategies

关于[ASP.NET Core Session Storage Strategies]的摘要:

Since the HTTP protocol used by web applications is a stateless protocol, data is not stored anywhere; for every web request, a new HTTP connection is opened by the browser. For catering situations in which saving your data is crucial, ASP.NET Core provides sessions for storing user data. This data store is maintained by the ASP.NET Core application itself on the same server as the application. Although ASP.NET Core provides an in-memory session provider that stores sessions, sometimes the load needs to be balanced. In these scenarios, session storage strategies, like sticky sessions or distributed cache, come into use.

原文地址: https://dzone.com/articles/aspnet-core-session-storage-strategies

收录时间: 2020-03-13 浏览量: 1682 分类: ASP.NET Core

| 0 收藏 | 0