How hard is it to setup a session state database for ASP.NET application running in an IIS farm?
I've received advice to never store anything at all in session state in my new ASP.NET 4 / IIS 7 application. This is following a discussion where I pointed out that this application will have low volume and store very little in session. The main justification I was given for this advice is that it would be extremely difficult to setup IIS and a database to store session state in our web farm.