5758596061626364656667
* a page that involves the session, if possible. */ public void refresh() { SessionManager m = ThreadContext.getSessionManager(); synchronized (m) { m.refreshBefore(this); updateTimeout(); m.refreshAfter(this); } }