I have a main project which is developed in asp forms where users authenticate and through Context.User.Identity I share the session with the other systems.
My problem is that I have a new project done in ASP.NET MVC and I can not share the session like the others.
Is there any way to use Context.User.Identity to get the session from my main ASP project that is not MVC?