Cacheability issue with IE

A

ashish

hi All,
I have a web page which tries to send user a file attachment using
httpresponse, by setting the content-Disposition header..

the problem is that the page is hosted on a ssl site, and there is a
issue with IE that it wont download files where Cache-control header is
set to no-cache.

My problem is that even if i set page cacheability on the event handler
of the button, the response still contains 'Cache-Control: no-cache'
header..

for some other reasons in the application, the base class of the page
sets the cacheability to no cache,

can i not change the cacheability on the event handler, can it be set
only once ?

i tried using response.ClearHeaders, but its still same...

regards
-ashish
 
G

Guest

Did you ever figure this out? I am having the same problem and I have tried
everything. The downloads work fine under HTTP but under HTTPS I get an
error on certain machines. On other machines including a Mac work fine.
 
G

Guest

I think the following solved the issue for me.

One of the Advanced settings in the IE options is "Do not save encrypted
pages to disk" I had this option checked and I believe this is why neither
download (attachment) nor open (inline) worked under HTTPS / SSL for me.

http://support.microsoft.com/?kbid=812935
 
C

Christopher Carey

What error message do you get?


Hello Jed,
Did you ever figure this out? I am having the same problem and I have
tried everything. The downloads work fine under HTTP but under HTTPS
I get an error on certain machines. On other machines including a Mac
work fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top