Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two web applications, one in .net 3.5 framework and another one in .net 4.0 framework (MVC with Razor). I have uploaded 3.5 framework application in main domain and 4.0 framework application in sub domain. I want to share session between this application. I am using session state mode as sql server. I tried solutions like applying application name in session sql server connection string and modify stored procedure TempGetAppID in ASPState database. It works perfect in local but when i upload to live it doesn't share session. Then I also tried cookie sharing between domains but its also not working. So i think it requires some change in server but i don't know where to make changes. Anybody can help?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900