/** * @see HttpSessionListener#sessionCreated(HttpSessionEvent) */ public void sessionCreated(HttpSessionEvent event) { session=event.getSession(); session.setAttribute("sessionApp", new SessionApp() ); }