What is the Default Session State in ASP.NET if it is not configured in Web.config?

What is the Default Session State in ASP.NET if it is not configured in Web.config file?

By default, the session state will be InProc in ASP.NET if it is not configured in the Web.Config file.