I'm curious to your experiences with performance gains/losses with the different types of session state management (InProc, StateServer, SQLServer).
InProc is pretty much unusable in our projects due to building/deploying issues, so I have the choice: aspnet_state.exe or SQL Server? Probably both have their pros and cons, but which one do you think is 'best'?
Links to webpages/articles are of course very welcome, too.
Thanks,
Michel