From 04f2210bdbefd9cdb9e5fdaea7c85c7f3d0348bc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 21 Jan 2011 12:30:01 -0700 Subject: [PATCH] Don't need session info for cache URL --- framework/Core/lib/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } /** -- 2.11.0