2
Thinking about the scalability of applications developed in Asp.net-mvc, I searched for alternatives not to use "session in memory".
I saw that it is possible to save session data in database and use SQL Server as state server, but also saw that there is ASP.NET State Service, which is a Windows service that serves exclusively to manage the ASP.NET Session environment.
Which of these alternatives is recommended?