Hello, I have a question regarding how the authentication defines each unique user session. I am working on an app that uses the authentication and was trying to test with multiple users logged onto my site.
My test is opening IE and logging onto the site as one user, then opening a new IE instance (not new tab) and trying to log on as another user. The problem is, it seems that the application still sees each session as 1 so once I log in on the second browser, it changes the login of the first browser. Is there a configuration so I can test this? It works if I use IE as one session and Firefox as another, but was just curious what may be causing this. Thanks!