How to share "System.Web.HttpContext.Current.Session" between ASP.NET and .NET CORE application #570
Labels
Needs: Author Feedback
Issues and PRs that are waiting on the author's response
Status: No Recent Activity
Issues and PRs that have not been updated in a while.
Dear All,
I would like to share session values between ASP.NET and ASP.NET CORE application. It is working fine only when the session value is set inside "Session_Start() method in Global.asax.cs. When I try to set session value in an other action in an other controller of the ASP.NET application, the session value is NULL in the .NET CORE application.
What am I doing wrong?
program.cs:
// Creating server, (Global.asax.cs, Application_Start() action)
Settins session value:
Versions: I am using SystemWebAdapters 1.4.0 and .Net 8.
The text was updated successfully, but these errors were encountered: