Re: Page with AjaxSelfUpdatingTimerBehavior in multiple browser tabs

2020-07-28 Thread Zbynek Vavros
Hi, I did tried that but didn't work. Ended up with increasing org.apache.wicket.settings.IStoreSettings.setMaxSizePerSession(Bytes) to keep more pages in store. Are there any negative aspects of doing that beside (obvious) disk space? Thanks, Zbynek On Tue, Jul 28, 2020 at 2:07 PM Martin Grigo

Re: Page with AjaxSelfUpdatingTimerBehavior in multiple browser tabs

2020-07-28 Thread Martin Grigorov
Hi, On Tue, Jul 28, 2020 at 11:09 AM Zbynek Vavros wrote: > Hi, > > We have a page with AjaxSelfUpdatingTimerBehavior and now one of our > customers is complaining about "weird" behavior when this page is opened in > multiple browser tabs (yeah yeah we told him not to do it...). > > What happens

Page with AjaxSelfUpdatingTimerBehavior in multiple browser tabs

2020-07-28 Thread Zbynek Vavros
Hi, We have a page with AjaxSelfUpdatingTimerBehavior and now one of our customers is complaining about "weird" behavior when this page is opened in multiple browser tabs (yeah yeah we told him not to do it...). What happens is that after opening this page in new tab, the previous tab gets ajax r