Session gc

2009-08-28 Thread Pedro Santos
of the session, because I'm afraid the serialization routine will cause the session gc sometimes, before its timeout

Re: Session gc

2009-08-28 Thread Jeremy Thomerson
routine will cause the session gc sometimes, before its timeout - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Session gc

2009-08-28 Thread Eelco Hillenius
see httpsessionlistener http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html Yep. You can use the session store hooks that Wicket provides, but I found HttpSessionListener to be the most reliable. Eelco