I have two ASP.NET Web apps in same machine;
1) ASP.NET WebForm web app - wwwroot/publicsite
2) ASP.NET MVC web app – wwwroot/test/mysite
I can create an application pool and set it to both web app.
Is there any simple way to share session between two web apps without using custom session provider through DB?
(like modifying web.config and so)
Best regards.