event « Session « JSF Q&A





1. How to add listeners to JSF session initialization event?    stackoverflow.com

I'm writing a webapp that can be accessed through several different JSP pages. I'm using Session scope since I assume that there can be several different sessions active. If I knew I had ...

2. Session event catching onExpire    coderanch.com