For example
http://www.mysite.com/protectedfolder1/ is protected by .htaccess and checking the password file in /home/password1/.htpasswd
http://www.mysite.com/protectedfolder2/ is also protected by .htaccess file and checking another password file in /home/password2/.htpasswd.
I login to the protectedfolder1 and do some "admin" works.
and then I will open a new brower window to login to the protectedfolder2 and do some "member only" works.
but when i go back to previous browser to protectedfolder1, i have to relogin again. and also the saved log in information is gone.
So every time i swithc around these two protected folders i have to relogin (retype all the login information).
is that the way it is supposed to be?
Anyway to make myself work easier by not have to relogin after i swith to different login folders?