Re: Session timeout and ajax timer behavior

2017-09-10 Thread Maxim Solodovnik
Yep works as expected with 8.0.0-SNAPSHOT Thanks a lot! On Sun, Sep 10, 2017 at 2:11 PM, Martin Grigorov wrote: > Hi Maxim, > > Try with 8.0.0-SNAPSHOT. > I think this is the same issue as the one that requires 7.8.1. > > Martin Grigorov > Wicket Training and Consulting >

Re: Session timeout and ajax timer behavior

2017-09-10 Thread Martin Grigorov
Hi Maxim, Try with 8.0.0-SNAPSHOT. I think this is the same issue as the one that requires 7.8.1. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Sep 9, 2017 at 3:35 PM, Maxim Solodovnik wrote: > The issue seems to be Chrome

Re: Session timeout and ajax timer behavior

2017-09-09 Thread Maxim Solodovnik
The issue seems to be Chrome specific, I can see requests in FF and session is not expired in FF On Sat, Sep 9, 2017 at 8:06 PM, Maxim Solodovnik wrote: > Hello All, > > I'm observing weird behavior: > > AbstractAjaxTimerBehavior(Duration.seconds(30)) is set in my

Session timeout and ajax timer behavior

2017-09-09 Thread Maxim Solodovnik
Hello All, I'm observing weird behavior: AbstractAjaxTimerBehavior(Duration.seconds(30)) is set in my application. It is being regularly called (according to debugger and log messages) I set it up to prevent Tomcat session timeout [1] Surprisingly I got session timeout and see no http requests