getInstance(SessionScopedBean.class).setText(null);
getWebBeansContext().getContextsService().endContext(SessionScoped.class, session);
// restore beans from session
failoverService.sessionDidActivate(session);
getWebBeansContext().getContextsService().startContext(SessionScoped.class, session);