We\'re developing a website and we\'ve encountered this issue: for this website there are 2 types of users: the customer and an administrator. The administrator can see all prod
@Krt_Malta: If you are using Spring Security, then you don't need to have the administrator to log out and then log back in as a user. To accomplish that, you will need to configure SwitchUserFilter... it allows the user to switch from one role to another without the need to log out, which is what you want.