I’m doing an advanced project with ASP .NET Sessions, I would like to know:
A) What do I add exactly to my web.config to enable full session writing to the database server.
B) What table would the sessions be stored in once enabled? So far I’m only aware that the default is “TempDB”.
You can find all configuration details on this MSDN article. Go to section
SQL Server ModeThis is the required configuration
Here you have some details about where the session information is stored and how to change the default location. For more details, check this article as Andre Calil suggested.