JSF - Session Bean restart on logout and login
- by Ben
Hi,
I have a web application with a backing bean which has the context of the current logged in user. It is implemented on JSF.
When the user logs out he is forwarded to a login screen (in another JSP page). I would like the current session to be erased when that happens and a new one to be created the next time the user logs in and enters the…