Currently the Session State and Authentication are handled separately with WebForms and ASP.NET Core. We need to implement something so they are in sync. For Session State, one could implement a Session Provider that stores data in ASP.NET Core session.
Currently the Session State and Authentication are handled separately with WebForms and ASP.NET Core. We need to implement something so they are in sync. For Session State, one could implement a Session Provider that stores data in ASP.NET Core session.