Ajay Saini

Ajay Saini

  • 1.2k
  • 183
  • 23k

Access Session variable of ASP.Net solution into MVC project

Sep 4 2015 10:10 AM
Hi,
I have an old website created in VS 2008 i have migrate it into new framework VS 2012.
Now i have a new request to create a module in MVC but inside same solution. I have created a new MVC project inside same solution but i have following issues -

My default login into website is available in my traditional website (old) and i need to access the Session variable into my newly created project which is in MVC.

So how can i achieve it to navigate to MVC website and access same Session variable inside it.

Answers (3)