Session is Null in .net standard class library when passed from .NET 8 WebApp
I have .NET 8 WebApp, and .NET Standard 2.0 class library.
I am using System.WebAdapters 1.4 so that I can do incremental migration from ASP.NET 4.8 WebApp to .NET 8 WebApp.