Re: Display custom page automatically on session expiry without any action

2020-09-10 Thread Arunachalam Sibisakkaravarthi
Thanks Martin for making it clear. I will check and revert back. *Thanks And RegardsSibi.ArunachalammCruncher* On Fri, Sep 11, 2020 at 1:44 PM Martin Grigorov wrote: > Hi, > > On Fri, Sep 11, 2020 at 4:55 AM Arunachalam Sibisakkaravarthi < > arunacha...@mcruncher.com> wrote: > > > Hi guys, >

Re: Display custom page automatically on session expiry without any action

2020-09-10 Thread Martin Grigorov
Hi, On Fri, Sep 11, 2020 at 4:55 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > When session expires, user is redirected to a page set by > getApplicationSettings().setPageExpiredErrorPage(SomePage.class) on his > Note: *page* expiration is not *session* expira

Display custom page automatically on session expiry without any action

2020-09-10 Thread Arunachalam Sibisakkaravarthi
Hi guys, When session expires, user is redirected to a page set by getApplicationSettings().setPageExpiredErrorPage(SomePage.class) on his next action. But I want to display a page automatically without his next action. So that last rendered page will not be displayed after session expiry like bank