CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Tips & Solutions

 [TIP] Flash Charts over SSL

Print topic Send  topic

Author Message
mamboBROWN


Posts: 1713
Posted: 08/15/2008, 5:31 AM

If you are having problems with your Flash Charts over SSL here is the fix.

I contacted support and they gave me the solution to fix the problem in PHP and C#. Here they are below.

PHP Solution:
Quote :
Adding these two lines to your page rendering PHP fixes the problem the problem:

header(“Cache-Control: cache, must-revalidate”);
header(“Pragma: public”);

C# solution:
Quote :
In C# you can add headers via the code like:

Response.AppendHeader("CustomAspNetHeader", "Value");

So in this particular case you can open FlashChart.cs file, find the line:

Page.Response.AppendHeader("CACHE-CONTROL","NO-CACHE");

and add the code like:

Page.Response.AppendHeader("Cache-Control","cache, must-revalidate");
Page.Response.AppendHeader("Pragma","public");

there.


Here is the IE bug info: http://support.microsoft.com/default.aspx?scid=kb;en-us;272359

Hopefully this will help someone:-)

P.S. I forgot to mention that they (Yes Software) might add this fix in the next fix/version of CCS.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.