Got a wierd situation where a client wants to marry up an Umbraco install with a classic ASP ecom solution. We're trying to figure out a way to share session data between the .net environment of Umbraco and this classic ASP environment. It appears we're going to have to use a custom object. One solution we're looking into uses a registered DLL on the server, however this requires that we shut sessoins off on both the .net and asp classic environements... however, when I do this, I get an error when logging into the Umbraco App. I had a feeling that would happen. My question is, is there a way to run the Umbraco App with sessions shut off?
.Net Session State
Got a wierd situation where a client wants to marry up an Umbraco install with a classic ASP ecom solution. We're trying to figure out a way to share session data between the .net environment of Umbraco and this classic ASP environment. It appears we're going to have to use a custom object. One solution we're looking into uses a registered DLL on the server, however this requires that we shut sessoins off on both the .net and asp classic environements... however, when I do this, I get an error when logging into the Umbraco App. I had a feeling that would happen. My question is, is there a way to run the Umbraco App with sessions shut off?
is working on a reply...