In ASP.NET, which of the following methods can be utilized to preserve session state?

Choose the correct answer

Explanation

Session state in ASP.NET can be maintained through various approaches including Microsoft SQL Server, the Session State Service, and in-process storage. Therefore, all the listed options are valid methods.

In ASP.NET, which of the following methods can be ut… — ASP.net | PakQuizHub