diff --git a/src/Controller/Component/ConfigurationComponent.php b/src/Controller/Component/ConfigurationComponent.php
index 98f7059fcb02b9984d0dbe03335158e493831b1c..bb1ea53d16eca563fcca7daefc5e3f672f5df4d2 100644
--- a/src/Controller/Component/ConfigurationComponent.php
+++ b/src/Controller/Component/ConfigurationComponent.php
@@ -22,13 +22,13 @@
 				return FALSE;
 			}
 			// load data from session or reload data to session?
-			if ($this->session->check($session_key)) {
+//			if ($this->session->check($session_key)) {
 				// return configuration
-				return $this->session->read($session_key);
-			} else {
+//				return $this->session->read($session_key);
+//			} else {
 				// reload configuration
 				return $this->getReloadedConfiguration($session_key, $config_name, $config_type);
-			}
+//			}
 		}
 
 		public function getReloadedConfiguration($session_key, $config_name = '', $config_type = 'panel') {