1. JSF session ManagedBean instantiated at each request stackoverflow.comI have a @ManagedBean in my app, with the @sessionScoped anotation. The problem is that the public no arg constructor is being called for each request, so my fields are being ... |
2. Access session informations from JSF managedbean java.net |