I need to restrict the access to a part of the application. In order to access that part, user needs to log in. I have a table in my database called ...
I have a logout link in my JSF app that invalidates the session to log the user out. It works but it doesn't redirect the user to the logon page. ...