What is the difference between the following entry in web.config:
<sessionState timeout="30"/>
And this setting in IIS 7.5 (Default web site > Advanced Settings > Connection Limits) :
I know that the web.config is supposed to apply to the time that the ASP.NET session is kept alive, but what is the IIS setting for?