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

2020-10-20 Thread Arunachalam Sibisakkaravarthi
We just followed the project you shared https://github.com/reiern70/antilia-bits/tree/master/client-sign-out-parent *Thanks And RegardsSibi.ArunachalammCruncher* On Tue, Sep 29, 2020 at 3:32 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Good to know. Can you share a bit more info

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

2020-09-29 Thread Ernesto Reinaldo Barreiro
Good to know. Can you share a bit more info regarding what you finally did? This might help other wicket users ;-) On Tue, Sep 29, 2020 at 4:11 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Thanks guys, your suggestions helped us. > > > > *Thanks And RegardsSibi.Arunachal

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

2020-09-28 Thread Arunachalam Sibisakkaravarthi
Thanks guys, your suggestions helped us. *Thanks And RegardsSibi.ArunachalammCruncher* On Thu, Sep 24, 2020 at 3:57 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > Glad it helped. After I sent my last message, I was thinking again about > this problem and I believe another

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

2020-09-24 Thread Ernesto Reinaldo Barreiro
Hi, Glad it helped. After I sent my last message, I was thinking again about this problem and I believe another possibility is to use web-sockets and some server side logic that just notifies the browser sending a redirect to a "session expired page". This might be more reliable than some client s

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

2020-09-23 Thread Vignesh Palanisamy
Hi Ernesto, Thanks, It helps a lot. it would be good if we had it with wicketstuff. Thanks & Regards Vignesh Palanisamy On Sat, Sep 12, 2020 at 8:42 PM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > https://github.com/reiern70/antilia-bits/tree/master/client-sign-out-parent >

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

2020-09-12 Thread Ernesto Reinaldo Barreiro
Hi, https://github.com/reiern70/antilia-bits/tree/master/client-sign-out-parent Not sure what is the status of this project but I think use case was similar tro what you mention On Fri, Sep 11, 2020 at 4:55 AM Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi guys, > When

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