阅读背景:

what is diff. b/w app state & session state

来源:互联网 
  Application state is a data repository available to all classes in an ASP.NET application. Application state is stored in memory on the server and is faster than storing and retrieving information in a database. Unlike session state, which is specific to a single user session, application state applies to all users and sessions. Therefore, application state is a useful place to store small amounts of often-used data that does not change from one user to another.   Application state is a data reposito



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: