Thread session = new Thread(new HttpSession(this, url));
session.start();
// 30s timeout
ResponseImpl response = (ResponseImpl) getResponse("init", 30 * 1000);
setSession(response.getSession());
// TODO: fileuri as constant???
return getSource(response.getAttribute("fileuri"));
}