FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » attachments on secure connection & IE
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
attachments on secure connection & IE [message #16240] Wed, 21 January 2004 21:41 Go to previous message
kwrona is currently offline  kwrona   Germany
Messages: 4
Registered: January 2004
Karma:
Junior Member
Hi,

I have installed FUDforum on web server which uses secure connection (SSL). Most of the features works fine but I have a problem with downloading files (attachments) when I use IE.
(Mozilla & Netscape works fine)

I have traced the problem and this is due to a caching policy for IE (more info on http://support.microsoft.com/default.aspx?scid=kb;en-us;316431 ). The only solution would be to allow the browser cache the content of the web.
I even did a short test and commented the following lines in index.php
line 425:
/*
header("Expires: Mon, 21 Jan 1980 06:01:01 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Pragma: no-cache");
*/

Then the problem disappears, but I think this may break some other parts of the system.
1) could the caching be enabled for attachment only?
2) are there any parts of code which strongly depend on no-chache header?
3) Is there any other way to overcome this problem?

Thanks in advance,
Krzysiek


[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems locking/unlocking files
Next Topic: help! fud search broken...
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 12:33:16 GMT 2024

Total time taken to generate the page: 0.06692 seconds