I have a webforms project and an MVC project but the login is only one that is through the webforms project. In the home page, we gave the user to select the project either MVC or web forms, if the user selects the MVC project then we are redirecting to MVC project but the real problem came at the time of authorization.
I am unable to get the session variable from Web forms to MVC
I am using SQLServer mode and cookies enabled
Please help me in this
Thanks