That's an acceptable way to deal with the problem (it's not a tomcat problem after all but an abnormal use case). Anyone who's built an administrative web app is accustomed to such shenanigans. If you have a legitimate need to access different parts of your app while logged in under one account, then you should implement some notion of roles.
On 8/15/08, Bill Davidson <[EMAIL PROTECTED]> wrote: > Robert Dietrick wrote: >> Why would you want the same person logged in twice >> with different accounts? >> > > As a developer of a web app that has both admin and regular user roles, > I want to do this all the time. The admin roles can change things in ways > that affect the regular user's view. I want to see how things change > without having to log out and log back in as a different user. > > The way I deal with it is to use Firefox for one and IE for the other. > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]