How does SQL Server session state persistence work?
问题 I'm not a fan of using ASP.NET session state, but our application is using it at this time. We are using SQL Server mode for session state persistence. I'm considering caching authorization check results in the session state, but I worry about the performance of this approach. How exactly does SQL Server session state persistence work in .NET? From what I can tell, all session data is stored in one database row, with the data itself stored in one column. My worry is that if our application