I'm developing a web application that is targeted at IE and during testing would like to log in as a number of different users and test their interactions with each other.
At present I have to log in and out to switch users; Opening another window just overrides the cookies/session.
Is there any way to get IE to run completely seperate; I can run firefox or chrome and get another session but the app isn't supported in these browsers.
Cheers, Chris