From: Michael M Slusarz Date: Fri, 21 Jan 2011 19:30:01 +0000 (-0700) Subject: Don't need session info for cache URL X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=04f2210bdbefd9cdb9e5fdaea7c85c7f3d0348bc;p=horde.git Don't need session info for cache URL --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index c64c64951..ccd9f8521 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -1937,7 +1937,7 @@ HTML; $url .= '/' . $key . '=' . rawurlencode(strval($val)); } - return self::url($url); + return self::url($url, true, array('append_session' => -1)); } /**