I have 2 umbraco instances runinng on 2 different ports (2 different IIS websites, ran from Visual Studio).
The 2nd one is initially "copy" of the sources of the first one, targeting another db.
The problem is I can't be connected to the 2 different backoffices at the same time. Any action in the first triggers the timeout of the session on 2nd one.
I guess the problem is related to some config shared by the 2, but I can't figure what.
Ok the problem seems to be related to the cookie. They are 2 different cookies, but using the same ASP.NET_SessionsId. Everything is fine when one instance is browsed using private navigation.
I tried to change the sessionState config but it did nothing. I don't understand where does the session id value comes from.
Umbraco instances disconnect each other
Hi,
I have 2 umbraco instances runinng on 2 different ports (2 different IIS websites, ran from Visual Studio). The 2nd one is initially "copy" of the sources of the first one, targeting another db.
The problem is I can't be connected to the 2 different backoffices at the same time. Any action in the first triggers the timeout of the session on 2nd one.
I guess the problem is related to some config shared by the 2, but I can't figure what.
Thanks for your help.
Ok the problem seems to be related to the cookie. They are 2 different cookies, but using the same ASP.NET_SessionsId. Everything is fine when one instance is browsed using private navigation.
I tried to change the sessionState config but it did nothing. I don't understand where does the session id value comes from.
is working on a reply...