I have two websites on in MVC and other in web form (I know it doesn't make any difference but just for information).
I want to share sessions between these two
What I have tried so far:
- Storing session on database on both site in sqlserver session database (with same name)
- Using same application pool for both site in IIS
- Using same httpcookie in web config on both site
statserver
for session too
But I'm still not able to share session. Is there any way I can do that?