I am trying to provide an admin functionality where an admin is able to login as another user without knowing their password. All the site content is permission controlled. My questions are -
- Should I logout the admin user before switching to the user account? Does that mean admin have to re-login?
- If I need to switch back to admin account - how do I go about this as the "User" don't have admin permissions but I previously logged in as an admin?
- Any other thing I need to keep in mind?
What do you suggest?