I've created a private video site where there are safety videos etc.
I've set different roles for different users pertaining to what videos they can see.
The site is "members-only" protected. I want to have the ability to login and logout as different users.
The login works fine when I first arrive to the site. Then when I logout and try to log back in as a different user it doesn't recognize the new user login.
Does anyone know a solution to this problem? Is there a more efficient way to create a login/logout system?