Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21

Details



Peter Agyekum What are modes of Session state in ASP.NET? In-Process – It stores the session in local system. State Server – It stores the session in a process called “ASP.NET state service”. SQLServer – It stores the session in SQL Server database. Custom – It allows the custom storage provider.
Related Topics