attributes.put("STATE", state);
attributes.put("USER", user);
try {
ContentServiceProxy contentProxy=new ContentServiceProxy(user, servletIOManager.getHttpSession());
contentProxy.publishTemplate(attributes);
//servletIOManager.getContentServiceProxy().publishTemplate(attributes);
/*
String spagobiurl = config.getSpagobiUrl();
session.setAttribute("BACK_END_SPAGOBI_CONTEXT", spagobiurl);
ContentServiceProxy contentProxy=new ContentServiceProxy(user,session);