1. Listening to when the user session is ended, using the JSF framework stackoverflow.comI 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.comHi 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 ... |