Share session between Umbraco and another asp.net web application
Background:
We already have a large asp.net web application (3.5, VB.NET) which uses SQL Server to share a session across a web cluster. I've been asked to replace the content areas of the website with a CMS, such as Umbraco. Currently I have umbraco on a test domain with the rest of our site on a subdomain. The hope is to have all our existing codebased served on the subdomain and umbraco run on the root domain.
Issue:
Everything I do to try and get these two applications to share session using SQL Server seems to fail. Has anyone else had any luck with this? Is there some fundamental reason why this would never work?
Share session between Umbraco and another asp.net web application
Background:
We already have a large asp.net web application (3.5, VB.NET) which uses SQL Server to share a session across a web cluster. I've been asked to replace the content areas of the website with a CMS, such as Umbraco. Currently I have umbraco on a test domain with the rest of our site on a subdomain. The hope is to have all our existing codebased served on the subdomain and umbraco run on the root domain.
Issue:
Everything I do to try and get these two applications to share session using SQL Server seems to fail. Has anyone else had any luck with this? Is there some fundamental reason why this would never work?
Any help would be very much appreciated. Thanks!
is working on a reply...