I developed a website and configured in IIS in the name(abc) and then I copied the same website to another directory and that also configured in IIS with different name(def).
Both the application are working good.
Now, I am opening the abc application(abs/default.aspx) and then in another tab I'm opening def application(def/default.aspx). In this case when I login the second(def) app in the second tab , the first(abc) app is losing the session and then logs out automatically.
Please explain the problem and give me the solution.