3-4、ASP.NET中Session的sessionState 4种mode模式(StateServer与SQLServer)
一.SessionState的4种mode模式在ASP.NET中Session的sessionState的4中mode模式:Off、InProc、StateServer及SqlServer。1.Off模式关闭模式,即不需要使用Session。单个页面关闭Session:2.InProc模式(缺省模式)mode设置为"InProc"时,Session直接存储在IIS进程中。优点:获取session状