Browse Source

information about IE Mac

tokul 19 years ago
parent
commit
a2a55ecd09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/global.php

+ 1 - 0
functions/global.php

@@ -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";
     }