My response here might address your needs. If you only want the data on a per-session basis, store it as a session variable (request.getSession().setAttribute() ). Otherwise, use an EntityBean or...