Re: Session destruction due to timeout...

2008-11-02 Thread schapes
a period of inactivity? If there is a way I can register that happening, I can solve the problem by adding a timer. Thanks, Drago -- View this message in context: http://www.nabble.com/Session-destruction-due-to-timeout...-tp19989230p19989230.html Sent from the Wicket - User mailing list

Re: Session destruction due to timeout...

2008-10-21 Thread Mendeleev
, starting a period of inactivity? If there is a way I can register that happening, I can solve the problem by adding a timer. Thanks, Drago -- View this message in context: http://www.nabble.com/Session-destruction-due-to-timeout...-tp19989230p19989230.html Sent from the Wicket - User mailing list

Re: Session destruction due to timeout...

2008-10-16 Thread Johan Compagner
And clustering is a problem. Its not a really good idea to hold on to session objects outside the request. Even with no clustering but if the container just flushes you session to disk then after another request or the timeout you are not working with the same object anymore On 10/15/08, Nino

Re: Session destruction due to timeout...

2008-10-16 Thread Nino Saturnino Martinez Vazquez Wael
Nope I know and agree. But it's the only solution I could think of, and in my case it's just exploration. Johan Compagner wrote: And clustering is a problem. Its not a really good idea to hold on to session objects outside the request. Even with no clustering but if the container just flushes

Re: Session destruction due to timeout...

2008-10-15 Thread Nino Saturnino Martinez Vazquez Wael
Hi I use this approach: @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new DiskPageStore()) { @Override protected void onBind(Request request, Session newSession) {

Session destruction due to timeout...

2008-10-15 Thread Mendeleev
is the wicket application notified that the user navigates away from the page, starting a period of inactivity? If there is a way I can register that happening, I can solve the problem by adding a timer. Thanks, Drago -- View this message in context: http://www.nabble.com/Session-destruction-due

Re: Session destruction due to timeout...

2008-10-15 Thread Johan Compagner
a timer. Thanks, Drago -- View this message in context: http://www.nabble.com/Session-destruction-due-to-timeout...-tp19989230p19989230.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e