I'm working on a PhaseListener which runs before RESTORE_VIEW and I need to know whether it runs for the first time in the current session or not (so that I can do some auto-login for stay-logged-in-users).
Any hints for me?
I'm working on a PhaseListener which runs before RESTORE_VIEW and I need to know whether it runs for the first time in the current session or not (so that I can do some auto-login for stay-logged-in-users).
Any hints for me?
Copyright © 2021 Jogjafile Inc.
Yes, you can do such a thing. I have a same phase listener: