From 8ca9f6621bf47bea9c512a1e9b25b6dd7e689774 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 13 Apr 2006 16:57:49 +0000 Subject: [PATCH] information about IE Mac git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11053 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 1 + 1 file changed, 1 insertion(+) 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"; } -- 2.25.1