X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=doc%2Fie_ssl.txt;h=1a774b6431a7adab20f9e88cf0c24f6c1820cfcd;hp=45331f6f7c6c3cf85fb407edd922844632e1a104;hb=f197ec8835b64975ff47dc6cd86dae75605baebf;hpb=1ffd5e3192569d7e82fa665ad0ea6b5d35099ec9 diff --git a/doc/ie_ssl.txt b/doc/ie_ssl.txt index 45331f6f..1a774b64 100644 --- a/doc/ie_ssl.txt +++ b/doc/ie_ssl.txt @@ -10,7 +10,7 @@ things, one being the key to decypher the password. Once we had figured out that it was sessions in PHP that was causing the problem, we tried turning the session management off in the download script -in Squirrelmail. This introduced another problem for us because we NEEDED +in SquirrelMail. This introduced another problem for us because we NEEDED sessions to decypher the key so we could log into the IMAP server and download the attachment. @@ -25,8 +25,8 @@ session had been started, and lo and behold, it worked! Below is the code that made this work: session_start() - header("Pragma: "); - header("Cache-Control: cache"); + header("Pragma: "); + header("Cache-Control: cache"); With all the testing I have done, this works, and works very well for all browsers. @@ -43,7 +43,7 @@ This was submitted by Marcin Jessa gets fixed). The problem has to do with downloading attachments. Apparently, MSIE forgets how MIME works, when it uses HTTP/1.1. For the Apache server, insert the following directive in httpd.conf: - + BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0 Recent versions of Apache already have a similar directive for a