jsf - Session bean timeout issues -


so because jsf managed beans session scoped, whenever session expires due idleness(e.g. user leaving screen unattended) then, gives exception. jsf/jee based solution this?( no jsp or servlets please) edit:i dont want exceptions show user, , maybe have sort of redirect login page or "your session has expired" message..whatever feasible.


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -