I have a web area that is secured with apache. In the web area is a list of routers. The web area authenticates the user. The user can then click on a listed router (protected URL) in the web area. the browser then routes the user to the router url, but a controller linked to the router on which the router forwards the user also asks to be authenticated. This then clears the original username and password and places the new ones into the variables.
The browser then gets asked the username and password from the user for the web area.
My question is:
Can the browser somehow have two usernames and passwords at the same time? Can the browser be autheticated twice while retaining both usernames and passwords?
And how can one do this.