Page can be run correctly in HTTP.
However, when i include and access the page in SSLVPN, it will have problem.
When i mouseover the chart, it will not show the actual value. It will show "undefined".
I have tried to set these and the result is the same.
header("Cache-Control: cache, must-revalidate");
header("Pragma: public");
Can anyone help?
THANKS