From: tokul Date: Thu, 13 Apr 2006 16:57:49 +0000 (+0000) Subject: information about IE Mac X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8ca9f6621bf47bea9c512a1e9b25b6dd7e689774;p=squirrelmail.git information about IE Mac git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11053 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/global.php b/functions/global.php index abe5666d..e40dffba 100644 --- a/functions/global.php +++ b/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"; }