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
I use Sql Server 2005 Estándar Ed, Asp.net 2.0 and Visual Basic dot Net.