Re: Session Invalidation Options

2009-11-29 Thread Erik van Oosten
Michael, What kind of container are you referring to? And which session, the servlet session or the Wicket session? Regards, Erik. Michael Mosmann wrote: Hi, I've got a business requirement that session invalidation must not be a disruptive event (no expired session warning or

Re: Session Invalidation Options

2009-11-29 Thread Johan Compagner
if you never want sessions to invalidate then just have an ajax timer that polls the server just before your container time out like 29 minutes if the time out is 30 On 19/11/2009, Hawk Newton hnew...@cobaltgroup.comi wrote: Hello Wicket folx. First and foremost I want to commend you on an

Re: Session Invalidation Options

2009-11-29 Thread Michael Mosmann
Am Sonntag, den 29.11.2009, 20:15 +0100 schrieb Erik van Oosten: Michael, What kind of container are you referring to? public class MyUserSession implements Serializable { /* hold user relevant stuff */ } public class MyWicketSession extends WebSession { MyUserSession _container=new