Google Answers Logo
View Question
 
Q: XML - IE/https - Win98/NT - Flash - Cache ( No Answer,   0 Comments )
Question  
Subject: XML - IE/https - Win98/NT - Flash - Cache
Category: Computers > Internet
Asked by: sashi1974-ga
List Price: $55.00
Posted: 07 Aug 2002 14:28 PDT
Expires: 13 Aug 2002 07:12 PDT
Question ID: 51907
Dear Friends 

Note: Please read the following comments which I raised a week back,
In fact I got partial answer for this problem. When I remove the
following lines from my httpd.conf file in apache all other
combinations other than Windows 98 OS(all browsers) and NT with IE4.0
are working fine. i.e No caching in the local machine in Windows
2000(all IE versions) & NT (IE 5.0 or above). But in win98 it is still
having the same problem. I really wonder.!!!

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

I still would like to discuss on this ASAP. 

Thanks
Sashi

Old Message:
-----------
I have a typical scenario where I have a flash component that receives
XML data on https environment. Scripting langauge is jsp. The web
server is apache 1.3.26 with mod-ssl and open-ssl is implemented.
Since the XML data are confidential and by nature flash will store the
xml contents in temporary folder, So I wanted to implement cache
control headers in my jsp page where the XML page is processed. So I
included the following lines in the jsp page:
 
common code for Netscape 
<% response.SetDateHeader("Expires", -1); 
response.setheader("Pragma", "no-cache"); 
response.setheader("cache-control", "no-cache"); 
%> 
 
Additional code for IE/https 
 
<% 
response.setheader("Pragma", "no-store"); 
response.setheader("cache-control", "no-store"); 
%> 
 
It is working fine in Netscape browser, but in IE, it is behaving very
odd, xml data is not at all processed and communicated to flash tool.
and if I enable "use http/1.1 through proxy" in internet options,
advanced tab in IE 5.0 and above. But this is not working in IE 4.0.
 
The only purpose of the question is I want to control cache and my xml
data or swf file (flash) should not be stored in the local client pc.
 
I have 2 options: 
 
1. Go with the cache control header options and try further or 
2. Allow XML cache in local machine and implement some XML encoding
logic from server and send the encoded xml files to flash, in flash we
need to decode it and display it. (please note that there are
re-engineering algorithm that allows to reengineer the flash swf file
and see the decoding algorithm.
 
My requirement is so urgent & need to complete it latest by Monday
05-Aug-2002.
 
If you like we can have yahoo conferencing. I can even give you some
code snippets.
 
Let me know. 
 
Thanks 
Sashi.
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy