diff --git a/src/Controller/BroodsController.php b/src/Controller/BroodsController.php index 407a9d3..4253cad 100644 --- a/src/Controller/BroodsController.php +++ b/src/Controller/BroodsController.php @@ -90,6 +90,7 @@ class BroodsController extends AppController public function testConnection($id) { + $this->request->getSession()->close(); // close session to allow concurrent requests $status = $this->Broods->queryStatus($id); return $this->RestResponse->viewData($status, 'json'); }