user « Session « JSF Q&A





1. Listening to when the user session is ended, using the JSF framework    stackoverflow.com

I am using JSF for a web app devlopment. Is it possible to do something like this: When a user session starts I read a certain integral attribute from the database. ...

3. Unexpected behavior: Different users sharing session    coderanch.com

Hi there, i have the following issue. When two users access concurrently my application, the managed beans seem to lose their state. I thought this was due to re-initialization of the session managedbeans. So I struggled for a long time to find out for which reason those beans were being reset, and finally found out the problem, the users, although sitting ...