I have a ASP MVC2 web application and I want to publish multiple versions of it on my customers' IIS Server. Everything works just fine except that no one can log in to any two of the websites in a single browser at once. I thought this might be because of sessions conflict or something with HTTP module.
Any guide to how can I fix this problem will be greatly appreciated.