Hello,
I have a web site which has two different kinds of authenticated user types. These are 'user' and 'superuser'.
In one Netscape/IE session, user and superuser wants to access system. But in my current system, if the user has been logged in for that browser session, there is no way of logging in as superuser for that browser session and vice versa..
To be able to log in as superuser, you need to log-off or close the browser so that browser's session can expire.(or use some timeout mechanism for session variable)
I am required to have multiple sessions(or multiple authentication accesses) in only one browser session. Such as, at the same browser session, in one window the user can log in as himself, and in other window the superuser can log in as himself.
Any help would be greatly appreciated!
Thanks!