Hi
Working on ADF application where i am handling session time out. My requirement is redirect to page when session expired.
I have implemented by following link below
GEBS | Exception handling in ADF 11g
Security (Form Based Authentication) is enabled in my application. So after session time out the application redirected to login page instead of custom session expiry page.
I am tried with many different approach (Filter, Phase Listener), but not working.
Note: when doing the same thing as mentioned in GEBS | Exception handling in ADF 11g in different new application it is working
So don't why it is not working with my main application.
Any help is highly appreciated.
ADF version - 11.1.1.6.0
Thanks
Asisranjan Nayak