throws IOException, ServletException {
HttpServletRequest httpReq = (HttpServletRequest) request;
FacesContext context = getFacesContext(request, response);
SessionForm sf = (SessionForm) context.getApplication().createValueBinding("#{SessionForm}").getValue(
context);
sf.sessionAktualisieren(httpReq.getSession());
chain.doFilter(request, response);
}