What is true about StateServer session mode?
1
Its keeps the data separate from IIS so; if any Issue comes with IIS it will not hamper Session data.
2
It is useful in web farm and web garden scenarios.
3
ensures that session state is preserved if the Web application is restarted
4
All of the above