Auto redirect user on timeout
392220Oct 8 2008 — edited Oct 9 2008Hello Friends,
I'm working on weblogic 10.2 portal application. Is there a way to automatically redirect user to login page upon timeout. Like Bank of America or At&t sites?
One idea that came to me was implementing HttpSessionListener & do something in sessionDestroyed(HttpSessionEvent se) method. But how can I get reference to request & response objects in this method. Is this correct way for this problem.
Plz suggest.
Thanks
Jv