I have SessionScoped bean called userSession to keep track of the user ( username, ifLogged, etc). I want to filter some pages and therefore I need to access the bean from
As an alternative you can use CDI-beans and inject your sessionbean normally.