From fd8d8465bfd2cb464e8a1564e9a645be5e5ee401 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 3 Jul 2012 17:12:16 +0100 Subject: [PATCH] No need to close the session after saving navigation data --- libraries/navigation/Navigation.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/navigation/Navigation.class.php b/libraries/navigation/Navigation.class.php index e910daaadf..8db733f5c5 100644 --- a/libraries/navigation/Navigation.class.php +++ b/libraries/navigation/Navigation.class.php @@ -33,11 +33,6 @@ class PMA_Navigation { $_SESSION['tmp_user_values']['navi_limit_offset'] = $pos; $this->pos = $pos; } - // free the session file, for the other frames to be loaded - // but only if debugging is not enabled - if (empty($_SESSION['debug'])) { - session_write_close(); - } } /**