Exemplo n.º 1
0
 /** Set the session timeout */
 protected void setSessionTimeout(HttpSession session, long time) {
   session.setMaxInactiveInterval((int) (time / Constants.SECOND));
 }