leaderpol Report post Posted October 10, 2008 I'm using FusionChartsFree on a apache HTTPS server. With IE the charts are not visibles. I try to set the XML by using setDataXML, I try to modify headers using Cache-Control: cache, must-revalidate and Pragma: public, but no way, the chart is unvisible. On Firefox there is no problem charts are great. Do you have any solution for me ? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted October 11, 2008 Hi, Could you please try removing the Pragma: no-cache and Cache-control: no-cache from the server? Please also follow these links for more information on the same: http://www.fusioncharts.com/forum/Topic5033-40-1.aspx http://www.fusioncharts.com/forum/Topic5161-28-1.aspx Share this post Link to post Share on other sites
vramineni Report post Posted February 18, 2009 In Tomcat goto TOMCAT_HOME/conf/context.xml add the following lines in between <context></context> <Valve className="org.apache.catalina.authenticator.FormAuthenticator" disableProxyCaching="false" /> Than restart your server. Veeraswamy R Share this post Link to post Share on other sites
srividya_sharma Report post Posted April 15, 2010 Thank you Veeraswamy. We would love all users to participate in these forums, not only to ask questions, but to answer other users' queries as well. ( wherever possible ) Love thy FusionCharts neighbours. Srividya Share this post Link to post Share on other sites