Re: Howto have just currently viewed page in session...

2015-07-21 Thread tomask79
Hi Christoph, no, I have no serialization problemsIf you use ajax refresh timer *with high frequency* in pages then PageNumberEvictionStrategy(1) makes your app very unstable...Page is sometimes recreated by framework (*if you redirect to another page*), but without page parameters. So if you'

Re: Howto have just currently viewed page in session...

2015-07-21 Thread Christoph Läubrich
I think you have to provide more information, because in general evicting the page from in -memory store just mean it must be reloaded from the PageStor/DataStore! If this fails, then your application most likeley has serialization issues. So what is the "crash" you encounter? Why is it not feas

Re: Howto have just currently viewed page in session...

2015-07-21 Thread tomask79
Really no one? Nobody solves problem of having refreshing timer in pages and using PageNumberEvictionStrategy(1) because this obviously doesn't work when you're redirecting to another page again with timerYou can end up in situation that previous page is dropped, but timer sent ajax already, wi