I have 4 ASP.NET applications which contain several aspx pages, which when created it was created as website and not project. I would like to take these 4 app and put into one solution. If I put all in one solution, would a call to different aspx pages be one session? If so, how would I create this solution? I have been surfing the web and trying different examples but I get different errors. Like aspx.cs can not from the controls from the aspx page or can not find the page.
Thanks for any and all help!