Click here to Skip to main content
15,891,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I want to use session state in mode SQL Server I googled some parameters to add in <sessionstate mode="SQLServer"> in web.config file like:

• Sql command time out.
• State network time out.
• Compression enabled.
• Max pool size.
• Min pool size.

So I have some questions about these parameters:
• These parameters are obligatory to use this session state?
• Is usefull Compression enabled to increase web site performance?
• Is usefull use Min and Max pool size?

Thanks
Note: I use Sql Server 2005 Estándar Ed, Asp.net 2.0 and Visual Basic dot Net.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900