information about IE Mac
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Apr 2006 16:57:49 +0000 (16:57 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Apr 2006 16:57:49 +0000 (16:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11053 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/global.php

index abe5666d55326749e1a805269264a257cbfedf06..e40dffba416f3cec70994df79bc0c99f4b21a9c7 100644 (file)
@@ -319,6 +319,7 @@ function sqsetcookie($sName,$sValue,$iExpire=false,$sPath="",$sDomain="",$bSecur
     if ($sDomain) {
         $sHeader .= "; Domain=$sDomain";
     }
+    // TODO: IE for Mac (5.2) thinks that semicolon is part of cookie domain
     if ($bSecure) {
         $sHeader .= "; Secure";
     }